Html Css Color HEX #026DAE Cerulean

📋 copy color: '#026DAE'

red 2 ◦ green 109 ◦ blue 174

#026DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #026DAE

Tints of Cerulean #026DAE

RGB

 RED value IS 2 (1.17% from 255) = 0.7%

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 174 (68.36% from 255) = 61.05%

R = 0.7%
G = 38.25%
B = 61.05%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#026DAE (or 0x026DAE) is known color: Cerulean. HEX triplet: 02, 6D and AE. RGB value is (2,109,174). Sum of RGB (Red+Green+Blue) = 2+109+174=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #026DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026DAE is #FD9251. Grayscale: #545454. Windows color (decimal): -16618066 or 11431170. OLE color: 11431170.

HSL color Cylindrical-coordinate representation of color #026DAE: hue angle of 202.67º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026DAE is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 109 174 -
CMYK 0.99 0.37 0 0.32
HSL 202.67º 0.98% 0.35% -
HSV(B) 202.67º 0.99% 0.68% -
XYZ 13.13 14.01 42.06 -
YUV 84.42 178.55 69.21 -
System Red Green Blue C M Y K H S L
Decimal 2 109 174 0.99 0.37 0 0.32 202.67 0.98 0.35
Hex 2 6D AE 63 25 0 20 CB 62 23
Octal 2 155 256 143 45 0 40 313 142 43
Binary 10 1101101 10101110 1100011 100101 0 100000 11001011 1100010 100011

Color Harmonies of #026DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026DAE

Black with #026DAE

Text Example


Text Example

White with #026DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026DAE; }

 p { color: rgb(2,109,174); }

 H1.HeaderClassName
 {
   color: #026DAE;
 }
 .AnyTagClassName
 {
   color: #026DAE;
 }
</style>

background-color css

<style>
 a { background-color: #026DAE; }

 a { background-color: rgb(2,109,174); }

 div.DivClassName
 {
   background-color: #026DAE;
 }
 .BgClassName
 {
   background-color: #026DAE;
 }
</style>

border-color css

<style>
 span { border-color: #026DAE; }

 span { border-color: rgb(2,109,174); }

 td.TdClassName
 {
   border-color: #026DAE;
 }
 .TagClassName
 {
   border-color: #026DAE;
 }
</style>