Shades of Cerulean #027DB7
Tints of Cerulean #027DB7
RGB
CMYK
RGB Variations
Color information
#027DB7 (or 0x027DB7) is known color: Cerulean. HEX triplet: 02, 7D and B7. RGB value is (2,125,183). Sum of RGB (Red+Green+Blue) = 2+125+183=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #027DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DB7 is #FD8248. Grayscale: #5E5E5E. Windows color (decimal): -16613961 or 12025090. OLE color: 12025090.
HSL color Cylindrical-coordinate representation of color #027DB7: hue angle of 199.23º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DB7 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 125 | 183 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.28 |
| HSL | 199.23º | 0.98% | 0.36% | - |
| HSV(B) | 199.23º | 0.99% | 0.72% | - |
| XYZ | 15.91 | 18.1 | 47.45 | - |
| YUV | 94.84 | 177.75 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 183 | 0.99 | 0.32 | 0 | 0.28 | 199.23 | 0.98 | 0.36 |
| Hex | 2 | 7D | B7 | 63 | 20 | 0 | 1C | C7 | 62 | 24 |
| Octal | 2 | 175 | 267 | 143 | 40 | 0 | 34 | 307 | 142 | 44 |
| Binary | 10 | 1111101 | 10110111 | 1100011 | 100000 | 0 | 11100 | 11000111 | 1100010 | 100100 |
Color Harmonies of #027DB7
Complementary color
Monochromatic Colors of #027DB7
Black with #027DB7
Text Example
Text Example
White with #027DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DB7; }
p { color: rgb(2,125,183); }
H1.HeaderClassName
{
color: #027DB7;
}
.AnyTagClassName
{
color: #027DB7;
}
</style>
background-color css
<style>
a { background-color: #027DB7; }
a { background-color: rgb(2,125,183); }
div.DivClassName
{
background-color: #027DB7;
}
.BgClassName
{
background-color: #027DB7;
}
</style>
border-color css
<style>
span { border-color: #027DB7; }
span { border-color: rgb(2,125,183); }
td.TdClassName
{
border-color: #027DB7;
}
.TagClassName
{
border-color: #027DB7;
}
</style>