#026DB5

Color #026DB5 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #026DB5

Tints of Cerulean #026DB5

Color information

#026DB5 (or 0x026DB5) is unknown color: approx Cerulean. HEX triplet: 02, 6D and B5. RGB value is (2,109,181). Sum of RGB (Red+Green+Blue) = 2+109+181=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 181 (71.09% from 255 or 61.99% from 292); Max value from RGB is 181 - color contains mainly: blue. Hex color #026DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026DB5 is #FD924A. Grayscale: #545454. Windows color (decimal): -16618059 or 11889922. OLE color: 11889922.

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

Color convert

RGB2109181-
CMYK0.990.4000.29
HSL204.13º97.81%35.88%-
HSV(B)204.13º98.9%70.98%-
XYZ13.8314.2945.74-
YUV85.22182.0568.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 181 (71.09% from 255) = 61.99%
R=0.68%
G=37.33%
B=61.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21091810.990.4000.29204.1397.8135.88
Hex26DB5632801Dcc6224
Octal21552651435003531414244
Binary101101101101101011100011101000011101110011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #026DB5;
 }
 .AnyTagClassName
 {
   color: #026DB5;
 }
</style>
background-color css

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

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

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

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

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

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