Html Css Color HEX #026BB2 Cerulean

📋 copy color: '#026BB2'

red 2 ◦ green 107 ◦ blue 178

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

Shades of Cerulean #026BB2

Tints of Cerulean #026BB2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.28%

 BLUE value IS 178 (69.92% from 255) = 62.02%

R = 0.7%
G = 37.28%
B = 62.02%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#026BB2 (or 0x026BB2) is known color: Cerulean. HEX triplet: 02, 6B and B2. RGB value is (2,107,178). Sum of RGB (Red+Green+Blue) = 2+107+178=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #026BB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026BB2 is #FD944D. Grayscale: #535353. Windows color (decimal): -16618574 or 11692802. OLE color: 11692802.

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

Color convert

RGB 2 107 178 -
CMYK 0.99 0.40 0 0.30
HSL 204.2º 0.98% 0.35% -
HSV(B) 204.2º 0.99% 0.7% -
XYZ 13.32 13.74 44.07 -
YUV 83.7 181.21 69.73 -
System Red Green Blue C M Y K H S L
Decimal 2 107 178 0.99 0.40 0 0.30 204.2 0.98 0.35
Hex 2 6B B2 63 28 0 1E CC 62 23
Octal 2 153 262 143 50 0 36 314 142 43
Binary 10 1101011 10110010 1100011 101000 0 11110 11001100 1100010 100011

Color Harmonies of #026BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026BB2

Black with #026BB2

Text Example


Text Example

White with #026BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,107,178); }

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

background-color css

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

 a { background-color: rgb(2,107,178); }

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

border-color css

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

 span { border-color: rgb(2,107,178); }

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