Shades of Cerulean #027ABC
Tints of Cerulean #027ABC
RGB
CMYK
RGB Variations
Color information
#027ABC (or 0x027ABC) is known color: Cerulean. HEX triplet: 02, 7A and BC. RGB value is (2,122,188). Sum of RGB (Red+Green+Blue) = 2+122+188=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #027ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ABC is #FD8543. Grayscale: #5D5D5D. Windows color (decimal): -16614724 or 12352002. OLE color: 12352002.
HSL color Cylindrical-coordinate representation of color #027ABC: hue angle of 201.29º 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 #027ABC is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 122 | 188 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.26 |
| HSL | 201.29º | 0.98% | 0.37% | - |
| HSV(B) | 201.29º | 0.99% | 0.74% | - |
| XYZ | 16.06 | 17.56 | 50.12 | - |
| YUV | 93.64 | 181.24 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 188 | 0.99 | 0.35 | 0 | 0.26 | 201.29 | 0.98 | 0.37 |
| Hex | 2 | 7A | BC | 63 | 23 | 0 | 1A | C9 | 62 | 25 |
| Octal | 2 | 172 | 274 | 143 | 43 | 0 | 32 | 311 | 142 | 45 |
| Binary | 10 | 1111010 | 10111100 | 1100011 | 100011 | 0 | 11010 | 11001001 | 1100010 | 100101 |
Color Harmonies of #027ABC
Complementary color
Monochromatic Colors of #027ABC
Black with #027ABC
Text Example
Text Example
White with #027ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027ABC; }
p { color: rgb(2,122,188); }
H1.HeaderClassName
{
color: #027ABC;
}
.AnyTagClassName
{
color: #027ABC;
}
</style>
background-color css
<style>
a { background-color: #027ABC; }
a { background-color: rgb(2,122,188); }
div.DivClassName
{
background-color: #027ABC;
}
.BgClassName
{
background-color: #027ABC;
}
</style>
border-color css
<style>
span { border-color: #027ABC; }
span { border-color: rgb(2,122,188); }
td.TdClassName
{
border-color: #027ABC;
}
.TagClassName
{
border-color: #027ABC;
}
</style>