Color Hex Logo

#0299ff Color Hex

#0299FF
(2,153,255)
0 Favorites   0 Comments

Color spaces of #0299ff

RGB 2153255
HSL0.571.000.50
HSV204°99°100°
CMYK 0.990.400.00   0.00
XYZ29.466330.015498.8482
Yxy30.01540.18610.1896
Hunter Lab54.78630.1285-68.6236
CIE-Lab61.66753.6279-59.7474

#0299ff color RGB value is (2,153,255).

#0299ff hex color red value is 2, green value is 153 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0299ff hue: 0.57 , saturation: 1.00 and the lightness value of 0299ff is 0.50.

The process color (four color CMYK) of #0299ff color hex is 0.99, 0.40, 0.00, 0.00. Web safe color of #0299ff is #0099ff. Color #0299ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011001 11111111
Octal 2 231 377
Decimal 2 153 255
Hex 2 99 FF

RGB Percentages of Color #0299ff

%0.49
%37.32
%62.20

CMYK Percentages of Color #0299ff

%99
%40
%0
%0

Triadic Colors of #0299ff

#0299ff #ff0299 #99ff02

Analogous Colors of #0299ff

#0299ff #021bff #02ffe7

Monochromatic Colors of #0299ff

#0299ff

Complementary Color

#0299ff #ff6802

#0299ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0299ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0299ff Color CSS Codes

.mybgcolor {background-color:#0299ff; } 
.myforecolor {color:#0299ff; }
.mybordercolor {border:3px solid #0299ff; }

#0299ff Text Font Color

<p style="color:#0299ff">Text here</p>

This sample text font color is #0299ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0299ff Background Color

<div style="background-color:#0299ff">
Div content here</div>

This div background color is #0299ff


#0299ff Border Color

<div style="border:3px solid #0299ff">
Div here</div>

This div border color is #0299ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,153,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0299ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0299ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0299ff;
  box-shadow:         1px 1px 3px 2px #0299ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,153,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0299ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0299ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0299ff;
  box-shadow:         1px 1px 3px 2px #0299ff;">
Div content here</div>

This div box has shadow with color #0299ff

Related Colors


Comments

No comments written yet.

Please login to write comment.