Shades of Cerulean #027CBD
Tints of Cerulean #027CBD
RGB
CMYK
RGB Variations
Color information
#027CBD (or 0x027CBD) is known color: Cerulean. HEX triplet: 02, 7C and BD. RGB value is (2,124,189). Sum of RGB (Red+Green+Blue) = 2+124+189=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #027CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CBD is #FD8342. Grayscale: #5E5E5E. Windows color (decimal): -16614211 or 12418050. OLE color: 12418050.
HSL color Cylindrical-coordinate representation of color #027CBD: hue angle of 200.86º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027CBD is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 124 | 189 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.26 |
| HSL | 200.86º | 0.98% | 0.37% | - |
| HSV(B) | 200.86º | 0.99% | 0.74% | - |
| XYZ | 16.42 | 18.1 | 50.77 | - |
| YUV | 94.93 | 181.08 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 189 | 0.99 | 0.34 | 0 | 0.26 | 200.86 | 0.98 | 0.37 |
| Hex | 2 | 7C | BD | 63 | 22 | 0 | 1A | C9 | 62 | 25 |
| Octal | 2 | 174 | 275 | 143 | 42 | 0 | 32 | 311 | 142 | 45 |
| Binary | 10 | 1111100 | 10111101 | 1100011 | 100010 | 0 | 11010 | 11001001 | 1100010 | 100101 |
Color Harmonies of #027CBD
Complementary color
Monochromatic Colors of #027CBD
Black with #027CBD
Text Example
Text Example
White with #027CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027CBD; }
p { color: rgb(2,124,189); }
H1.HeaderClassName
{
color: #027CBD;
}
.AnyTagClassName
{
color: #027CBD;
}
</style>
background-color css
<style>
a { background-color: #027CBD; }
a { background-color: rgb(2,124,189); }
div.DivClassName
{
background-color: #027CBD;
}
.BgClassName
{
background-color: #027CBD;
}
</style>
border-color css
<style>
span { border-color: #027CBD; }
span { border-color: rgb(2,124,189); }
td.TdClassName
{
border-color: #027CBD;
}
.TagClassName
{
border-color: #027CBD;
}
</style>