Shades of Cerulean #027BBB
Tints of Cerulean #027BBB
RGB
CMYK
RGB Variations
Color information
#027BBB (or 0x027BBB) is known color: Cerulean. HEX triplet: 02, 7B and BB. RGB value is (2,123,187). Sum of RGB (Red+Green+Blue) = 2+123+187=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #027BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BBB is #FD8444. Grayscale: #5D5D5D. Windows color (decimal): -16614469 or 12286722. OLE color: 12286722.
HSL color Cylindrical-coordinate representation of color #027BBB: hue angle of 200.76º 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 #027BBB is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 123 | 187 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.27 |
| HSL | 200.76º | 0.98% | 0.37% | - |
| HSV(B) | 200.76º | 0.99% | 0.73% | - |
| XYZ | 16.08 | 17.77 | 49.6 | - |
| YUV | 94.12 | 180.41 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 187 | 0.99 | 0.34 | 0 | 0.27 | 200.76 | 0.98 | 0.37 |
| Hex | 2 | 7B | BB | 63 | 22 | 0 | 1B | C9 | 62 | 25 |
| Octal | 2 | 173 | 273 | 143 | 42 | 0 | 33 | 311 | 142 | 45 |
| Binary | 10 | 1111011 | 10111011 | 1100011 | 100010 | 0 | 11011 | 11001001 | 1100010 | 100101 |
Color Harmonies of #027BBB
Complementary color
Monochromatic Colors of #027BBB
Black with #027BBB
Text Example
Text Example
White with #027BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BBB; }
p { color: rgb(2,123,187); }
H1.HeaderClassName
{
color: #027BBB;
}
.AnyTagClassName
{
color: #027BBB;
}
</style>
background-color css
<style>
a { background-color: #027BBB; }
a { background-color: rgb(2,123,187); }
div.DivClassName
{
background-color: #027BBB;
}
.BgClassName
{
background-color: #027BBB;
}
</style>
border-color css
<style>
span { border-color: #027BBB; }
span { border-color: rgb(2,123,187); }
td.TdClassName
{
border-color: #027BBB;
}
.TagClassName
{
border-color: #027BBB;
}
</style>