Shades of Cerulean #027ABB
Tints of Cerulean #027ABB
RGB
CMYK
RGB Variations
Color information
#027ABB (or 0x027ABB) is known color: Cerulean. HEX triplet: 02, 7A and BB. RGB value is (2,122,187). Sum of RGB (Red+Green+Blue) = 2+122+187=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #027ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ABB is #FD8544. Grayscale: #5D5D5D. Windows color (decimal): -16614725 or 12286466. OLE color: 12286466.
HSL color Cylindrical-coordinate representation of color #027ABB: hue angle of 201.08º 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 #027ABB is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 122 | 187 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.27 |
| HSL | 201.08º | 0.98% | 0.37% | - |
| HSV(B) | 201.08º | 0.99% | 0.73% | - |
| XYZ | 15.95 | 17.52 | 49.55 | - |
| YUV | 93.53 | 180.74 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 187 | 0.99 | 0.35 | 0 | 0.27 | 201.08 | 0.98 | 0.37 |
| Hex | 2 | 7A | BB | 63 | 23 | 0 | 1B | C9 | 62 | 25 |
| Octal | 2 | 172 | 273 | 143 | 43 | 0 | 33 | 311 | 142 | 45 |
| Binary | 10 | 1111010 | 10111011 | 1100011 | 100011 | 0 | 11011 | 11001001 | 1100010 | 100101 |
Color Harmonies of #027ABB
Complementary color
Monochromatic Colors of #027ABB
Black with #027ABB
Text Example
Text Example
White with #027ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027ABB; }
p { color: rgb(2,122,187); }
H1.HeaderClassName
{
color: #027ABB;
}
.AnyTagClassName
{
color: #027ABB;
}
</style>
background-color css
<style>
a { background-color: #027ABB; }
a { background-color: rgb(2,122,187); }
div.DivClassName
{
background-color: #027ABB;
}
.BgClassName
{
background-color: #027ABB;
}
</style>
border-color css
<style>
span { border-color: #027ABB; }
span { border-color: rgb(2,122,187); }
td.TdClassName
{
border-color: #027ABB;
}
.TagClassName
{
border-color: #027ABB;
}
</style>