Shades of Cerulean #027CB6
Tints of Cerulean #027CB6
RGB
CMYK
RGB Variations
Color information
#027CB6 (or 0x027CB6) is known color: Cerulean. HEX triplet: 02, 7C and B6. RGB value is (2,124,182). Sum of RGB (Red+Green+Blue) = 2+124+182=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #027CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CB6 is #FD8349. Grayscale: #5D5D5D. Windows color (decimal): -16614218 or 11959298. OLE color: 11959298.
HSL color Cylindrical-coordinate representation of color #027CB6: hue angle of 199.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027CB6 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 124 | 182 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.29 |
| HSL | 199.33º | 0.98% | 0.36% | - |
| HSV(B) | 199.33º | 0.99% | 0.71% | - |
| XYZ | 15.68 | 17.81 | 46.87 | - |
| YUV | 94.13 | 177.58 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 182 | 0.99 | 0.32 | 0 | 0.29 | 199.33 | 0.98 | 0.36 |
| Hex | 2 | 7C | B6 | 63 | 20 | 0 | 1D | C7 | 62 | 24 |
| Octal | 2 | 174 | 266 | 143 | 40 | 0 | 35 | 307 | 142 | 44 |
| Binary | 10 | 1111100 | 10110110 | 1100011 | 100000 | 0 | 11101 | 11000111 | 1100010 | 100100 |
Color Harmonies of #027CB6
Complementary color
Monochromatic Colors of #027CB6
Black with #027CB6
Text Example
Text Example
White with #027CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027CB6; }
p { color: rgb(2,124,182); }
H1.HeaderClassName
{
color: #027CB6;
}
.AnyTagClassName
{
color: #027CB6;
}
</style>
background-color css
<style>
a { background-color: #027CB6; }
a { background-color: rgb(2,124,182); }
div.DivClassName
{
background-color: #027CB6;
}
.BgClassName
{
background-color: #027CB6;
}
</style>
border-color css
<style>
span { border-color: #027CB6; }
span { border-color: rgb(2,124,182); }
td.TdClassName
{
border-color: #027CB6;
}
.TagClassName
{
border-color: #027CB6;
}
</style>