Shades of Cerulean #027EC2
Tints of Cerulean #027EC2
RGB
CMYK
RGB Variations
Color information
#027EC2 (or 0x027EC2) is known color: Cerulean. HEX triplet: 02, 7E and C2. RGB value is (2,126,194). Sum of RGB (Red+Green+Blue) = 2+126+194=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 194 (76.17% from 255 or 60.25% from 322); Max value from RGB is 194 - color contains mainly: blue. Hex color #027EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EC2 is #FD813D. Grayscale: #606060. Windows color (decimal): -16613694 or 12746242. OLE color: 12746242.
HSL color Cylindrical-coordinate representation of color #027EC2: hue angle of 201.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027EC2 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 126 | 194 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.24 |
| HSL | 201.25º | 0.98% | 0.38% | - |
| HSV(B) | 201.25º | 0.99% | 0.76% | - |
| XYZ | 17.22 | 18.83 | 53.77 | - |
| YUV | 96.68 | 182.92 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 194 | 0.99 | 0.35 | 0 | 0.24 | 201.25 | 0.98 | 0.38 |
| Hex | 2 | 7E | C2 | 63 | 23 | 0 | 18 | C9 | 62 | 26 |
| Octal | 2 | 176 | 302 | 143 | 43 | 0 | 30 | 311 | 142 | 46 |
| Binary | 10 | 1111110 | 11000010 | 1100011 | 100011 | 0 | 11000 | 11001001 | 1100010 | 100110 |
Color Harmonies of #027EC2
Complementary color
Monochromatic Colors of #027EC2
Black with #027EC2
Text Example
Text Example
White with #027EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027EC2; }
p { color: rgb(2,126,194); }
H1.HeaderClassName
{
color: #027EC2;
}
.AnyTagClassName
{
color: #027EC2;
}
</style>
background-color css
<style>
a { background-color: #027EC2; }
a { background-color: rgb(2,126,194); }
div.DivClassName
{
background-color: #027EC2;
}
.BgClassName
{
background-color: #027EC2;
}
</style>
border-color css
<style>
span { border-color: #027EC2; }
span { border-color: rgb(2,126,194); }
td.TdClassName
{
border-color: #027EC2;
}
.TagClassName
{
border-color: #027EC2;
}
</style>