Shades of Cerulean #026FB0
Tints of Cerulean #026FB0
RGB
CMYK
RGB Variations
Color information
#026FB0 (or 0x026FB0) is known color: Cerulean. HEX triplet: 02, 6F and B0. RGB value is (2,111,176). Sum of RGB (Red+Green+Blue) = 2+111+176=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 176 (69.14% from 255 or 60.90% from 289); Max value from RGB is 176 - color contains mainly: blue. Hex color #026FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026FB0 is #FD904F. Grayscale: #555555. Windows color (decimal): -16617552 or 11562754. OLE color: 11562754.
HSL color Cylindrical-coordinate representation of color #026FB0: hue angle of 202.41º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FB0 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 111 | 176 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.31 |
| HSL | 202.41º | 0.98% | 0.35% | - |
| HSV(B) | 202.41º | 0.99% | 0.69% | - |
| XYZ | 13.55 | 14.52 | 43.16 | - |
| YUV | 85.82 | 178.89 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 176 | 0.99 | 0.37 | 0 | 0.31 | 202.41 | 0.98 | 0.35 |
| Hex | 2 | 6F | B0 | 63 | 25 | 0 | 1F | CA | 62 | 23 |
| Octal | 2 | 157 | 260 | 143 | 45 | 0 | 37 | 312 | 142 | 43 |
| Binary | 10 | 1101111 | 10110000 | 1100011 | 100101 | 0 | 11111 | 11001010 | 1100010 | 100011 |
Color Harmonies of #026FB0
Complementary color
Monochromatic Colors of #026FB0
Black with #026FB0
Text Example
Text Example
White with #026FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026FB0; }
p { color: rgb(2,111,176); }
H1.HeaderClassName
{
color: #026FB0;
}
.AnyTagClassName
{
color: #026FB0;
}
</style>
background-color css
<style>
a { background-color: #026FB0; }
a { background-color: rgb(2,111,176); }
div.DivClassName
{
background-color: #026FB0;
}
.BgClassName
{
background-color: #026FB0;
}
</style>
border-color css
<style>
span { border-color: #026FB0; }
span { border-color: rgb(2,111,176); }
td.TdClassName
{
border-color: #026FB0;
}
.TagClassName
{
border-color: #026FB0;
}
</style>