Shades of Cerulean #027EC0
Tints of Cerulean #027EC0
RGB
CMYK
RGB Variations
Color information
#027EC0 (or 0x027EC0) is known color: Cerulean. HEX triplet: 02, 7E and C0. RGB value is (2,126,192). Sum of RGB (Red+Green+Blue) = 2+126+192=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #027EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EC0 is #FD813F. Grayscale: #606060. Windows color (decimal): -16613696 or 12615170. OLE color: 12615170.
HSL color Cylindrical-coordinate representation of color #027EC0: hue angle of 200.84º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027EC0 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 126 | 192 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.25 |
| HSL | 200.84º | 0.98% | 0.38% | - |
| HSV(B) | 200.84º | 0.99% | 0.75% | - |
| XYZ | 17 | 18.74 | 52.59 | - |
| YUV | 96.45 | 181.92 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 192 | 0.99 | 0.34 | 0 | 0.25 | 200.84 | 0.98 | 0.38 |
| Hex | 2 | 7E | C0 | 63 | 22 | 0 | 19 | C9 | 62 | 26 |
| Octal | 2 | 176 | 300 | 143 | 42 | 0 | 31 | 311 | 142 | 46 |
| Binary | 10 | 1111110 | 11000000 | 1100011 | 100010 | 0 | 11001 | 11001001 | 1100010 | 100110 |
Color Harmonies of #027EC0
Complementary color
Monochromatic Colors of #027EC0
Black with #027EC0
Text Example
Text Example
White with #027EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027EC0; }
p { color: rgb(2,126,192); }
H1.HeaderClassName
{
color: #027EC0;
}
.AnyTagClassName
{
color: #027EC0;
}
</style>
background-color css
<style>
a { background-color: #027EC0; }
a { background-color: rgb(2,126,192); }
div.DivClassName
{
background-color: #027EC0;
}
.BgClassName
{
background-color: #027EC0;
}
</style>
border-color css
<style>
span { border-color: #027EC0; }
span { border-color: rgb(2,126,192); }
td.TdClassName
{
border-color: #027EC0;
}
.TagClassName
{
border-color: #027EC0;
}
</style>