Shades of Cerulean #026DB4
Tints of Cerulean #026DB4
RGB
CMYK
RGB Variations
Color information
#026DB4 (or 0x026DB4) is known color: Cerulean. HEX triplet: 02, 6D and B4. RGB value is (2,109,180). Sum of RGB (Red+Green+Blue) = 2+109+180=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 180 (70.70% from 255 or 61.86% from 291); Max value from RGB is 180 - color contains mainly: blue. Hex color #026DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026DB4 is #FD924B. Grayscale: #545454. Windows color (decimal): -16618060 or 11824386. OLE color: 11824386.
HSL color Cylindrical-coordinate representation of color #026DB4: hue angle of 203.93º 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 #026DB4 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 109 | 180 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.29 |
| HSL | 203.93º | 0.98% | 0.36% | - |
| HSV(B) | 203.93º | 0.99% | 0.71% | - |
| XYZ | 13.73 | 14.25 | 45.21 | - |
| YUV | 85.1 | 181.55 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 180 | 0.99 | 0.39 | 0 | 0.29 | 203.93 | 0.98 | 0.36 |
| Hex | 2 | 6D | B4 | 63 | 27 | 0 | 1D | CC | 62 | 24 |
| Octal | 2 | 155 | 264 | 143 | 47 | 0 | 35 | 314 | 142 | 44 |
| Binary | 10 | 1101101 | 10110100 | 1100011 | 100111 | 0 | 11101 | 11001100 | 1100010 | 100100 |
Color Harmonies of #026DB4
Complementary color
Monochromatic Colors of #026DB4
Black with #026DB4
Text Example
Text Example
White with #026DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026DB4; }
p { color: rgb(2,109,180); }
H1.HeaderClassName
{
color: #026DB4;
}
.AnyTagClassName
{
color: #026DB4;
}
</style>
background-color css
<style>
a { background-color: #026DB4; }
a { background-color: rgb(2,109,180); }
div.DivClassName
{
background-color: #026DB4;
}
.BgClassName
{
background-color: #026DB4;
}
</style>
border-color css
<style>
span { border-color: #026DB4; }
span { border-color: rgb(2,109,180); }
td.TdClassName
{
border-color: #026DB4;
}
.TagClassName
{
border-color: #026DB4;
}
</style>