Shades of Cerulean #027BBE
Tints of Cerulean #027BBE
RGB
CMYK
RGB Variations
Color information
#027BBE (or 0x027BBE) is known color: Cerulean. HEX triplet: 02, 7B and BE. RGB value is (2,123,190). Sum of RGB (Red+Green+Blue) = 2+123+190=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #027BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BBE is #FD8441. Grayscale: #5E5E5E. Windows color (decimal): -16614466 or 12483330. OLE color: 12483330.
HSL color Cylindrical-coordinate representation of color #027BBE: hue angle of 201.38º 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 #027BBE is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 123 | 190 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.25 |
| HSL | 201.38º | 0.98% | 0.38% | - |
| HSV(B) | 201.38º | 0.99% | 0.75% | - |
| XYZ | 16.4 | 17.9 | 51.31 | - |
| YUV | 94.46 | 181.91 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 190 | 0.99 | 0.35 | 0 | 0.25 | 201.38 | 0.98 | 0.38 |
| Hex | 2 | 7B | BE | 63 | 23 | 0 | 19 | C9 | 62 | 26 |
| Octal | 2 | 173 | 276 | 143 | 43 | 0 | 31 | 311 | 142 | 46 |
| Binary | 10 | 1111011 | 10111110 | 1100011 | 100011 | 0 | 11001 | 11001001 | 1100010 | 100110 |
Color Harmonies of #027BBE
Complementary color
Monochromatic Colors of #027BBE
Black with #027BBE
Text Example
Text Example
White with #027BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BBE; }
p { color: rgb(2,123,190); }
H1.HeaderClassName
{
color: #027BBE;
}
.AnyTagClassName
{
color: #027BBE;
}
</style>
background-color css
<style>
a { background-color: #027BBE; }
a { background-color: rgb(2,123,190); }
div.DivClassName
{
background-color: #027BBE;
}
.BgClassName
{
background-color: #027BBE;
}
</style>
border-color css
<style>
span { border-color: #027BBE; }
span { border-color: rgb(2,123,190); }
td.TdClassName
{
border-color: #027BBE;
}
.TagClassName
{
border-color: #027BBE;
}
</style>