Shades of Cerulean #027CC0
Tints of Cerulean #027CC0
RGB
CMYK
RGB Variations
Color information
#027CC0 (or 0x027CC0) is known color: Cerulean. HEX triplet: 02, 7C and C0. RGB value is (2,124,192). Sum of RGB (Red+Green+Blue) = 2+124+192=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #027CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CC0 is #FD833F. Grayscale: #5E5E5E. Windows color (decimal): -16614208 or 12614658. OLE color: 12614658.
HSL color Cylindrical-coordinate representation of color #027CC0: hue angle of 201.47º 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 #027CC0 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 124 | 192 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.25 |
| HSL | 201.47º | 0.98% | 0.38% | - |
| HSV(B) | 201.47º | 0.99% | 0.75% | - |
| XYZ | 16.75 | 18.23 | 52.51 | - |
| YUV | 95.27 | 182.58 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 192 | 0.99 | 0.35 | 0 | 0.25 | 201.47 | 0.98 | 0.38 |
| Hex | 2 | 7C | C0 | 63 | 23 | 0 | 19 | C9 | 62 | 26 |
| Octal | 2 | 174 | 300 | 143 | 43 | 0 | 31 | 311 | 142 | 46 |
| Binary | 10 | 1111100 | 11000000 | 1100011 | 100011 | 0 | 11001 | 11001001 | 1100010 | 100110 |
Color Harmonies of #027CC0
Complementary color
Monochromatic Colors of #027CC0
Black with #027CC0
Text Example
Text Example
White with #027CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027CC0; }
p { color: rgb(2,124,192); }
H1.HeaderClassName
{
color: #027CC0;
}
.AnyTagClassName
{
color: #027CC0;
}
</style>
background-color css
<style>
a { background-color: #027CC0; }
a { background-color: rgb(2,124,192); }
div.DivClassName
{
background-color: #027CC0;
}
.BgClassName
{
background-color: #027CC0;
}
</style>
border-color css
<style>
span { border-color: #027CC0; }
span { border-color: rgb(2,124,192); }
td.TdClassName
{
border-color: #027CC0;
}
.TagClassName
{
border-color: #027CC0;
}
</style>