Shades of Cerulean #027DA2
Tints of Cerulean #027DA2
RGB
CMYK
RGB Variations
Color information
#027DA2 (or 0x027DA2) is known color: Cerulean. HEX triplet: 02, 7D and A2. RGB value is (2,125,162). Sum of RGB (Red+Green+Blue) = 2+125+162=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #027DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027DA2 is #FD825D. Grayscale: #5C5C5C. Windows color (decimal): -16613982 or 10648834. OLE color: 10648834.
HSL color Cylindrical-coordinate representation of color #027DA2: hue angle of 193.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DA2 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 125 | 162 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.36 |
| HSL | 193.88º | 0.98% | 0.32% | - |
| HSV(B) | 193.88º | 0.99% | 0.64% | - |
| XYZ | 13.88 | 17.29 | 36.79 | - |
| YUV | 92.44 | 167.25 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 162 | 0.99 | 0.23 | 0 | 0.36 | 193.88 | 0.98 | 0.32 |
| Hex | 2 | 7D | A2 | 63 | 17 | 0 | 24 | C2 | 62 | 20 |
| Octal | 2 | 175 | 242 | 143 | 27 | 0 | 44 | 302 | 142 | 40 |
| Binary | 10 | 1111101 | 10100010 | 1100011 | 10111 | 0 | 100100 | 11000010 | 1100010 | 100000 |
Color Harmonies of #027DA2
Complementary color
Monochromatic Colors of #027DA2
Black with #027DA2
Text Example
Text Example
White with #027DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DA2; }
p { color: rgb(2,125,162); }
H1.HeaderClassName
{
color: #027DA2;
}
.AnyTagClassName
{
color: #027DA2;
}
</style>
background-color css
<style>
a { background-color: #027DA2; }
a { background-color: rgb(2,125,162); }
div.DivClassName
{
background-color: #027DA2;
}
.BgClassName
{
background-color: #027DA2;
}
</style>
border-color css
<style>
span { border-color: #027DA2; }
span { border-color: rgb(2,125,162); }
td.TdClassName
{
border-color: #027DA2;
}
.TagClassName
{
border-color: #027DA2;
}
</style>