Shades of Cerulean #027ABA
Tints of Cerulean #027ABA
RGB
CMYK
RGB Variations
Color information
#027ABA (or 0x027ABA) is known color: Cerulean. HEX triplet: 02, 7A and BA. RGB value is (2,122,186). Sum of RGB (Red+Green+Blue) = 2+122+186=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #027ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ABA is #FD8545. Grayscale: #5D5D5D. Windows color (decimal): -16614726 or 12220930. OLE color: 12220930.
HSL color Cylindrical-coordinate representation of color #027ABA: hue angle of 200.87º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027ABA is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 122 | 186 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.27 |
| HSL | 200.87º | 0.98% | 0.37% | - |
| HSV(B) | 200.87º | 0.99% | 0.73% | - |
| XYZ | 15.85 | 17.48 | 48.99 | - |
| YUV | 93.42 | 180.24 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 186 | 0.99 | 0.34 | 0 | 0.27 | 200.87 | 0.98 | 0.37 |
| Hex | 2 | 7A | BA | 63 | 22 | 0 | 1B | C9 | 62 | 25 |
| Octal | 2 | 172 | 272 | 143 | 42 | 0 | 33 | 311 | 142 | 45 |
| Binary | 10 | 1111010 | 10111010 | 1100011 | 100010 | 0 | 11011 | 11001001 | 1100010 | 100101 |
Color Harmonies of #027ABA
Complementary color
Monochromatic Colors of #027ABA
Black with #027ABA
Text Example
Text Example
White with #027ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027ABA; }
p { color: rgb(2,122,186); }
H1.HeaderClassName
{
color: #027ABA;
}
.AnyTagClassName
{
color: #027ABA;
}
</style>
background-color css
<style>
a { background-color: #027ABA; }
a { background-color: rgb(2,122,186); }
div.DivClassName
{
background-color: #027ABA;
}
.BgClassName
{
background-color: #027ABA;
}
</style>
border-color css
<style>
span { border-color: #027ABA; }
span { border-color: rgb(2,122,186); }
td.TdClassName
{
border-color: #027ABA;
}
.TagClassName
{
border-color: #027ABA;
}
</style>