Shades of Cerulean #027FA4
Tints of Cerulean #027FA4
RGB
CMYK
RGB Variations
Color information
#027FA4 (or 0x027FA4) is known color: Cerulean. HEX triplet: 02, 7F and A4. RGB value is (2,127,164). Sum of RGB (Red+Green+Blue) = 2+127+164=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 164 (64.45% from 255 or 55.97% from 293); Max value from RGB is 164 - color contains mainly: blue. Hex color #027FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027FA4 is #FD805B. Grayscale: #5D5D5D. Windows color (decimal): -16613468 or 10780418. OLE color: 10780418.
HSL color Cylindrical-coordinate representation of color #027FA4: hue angle of 193.7º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FA4 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 127 | 164 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.36 |
| HSL | 193.7º | 0.98% | 0.33% | - |
| HSV(B) | 193.7º | 0.99% | 0.64% | - |
| XYZ | 14.32 | 17.87 | 37.82 | - |
| YUV | 93.84 | 167.59 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 164 | 0.99 | 0.23 | 0 | 0.36 | 193.7 | 0.98 | 0.33 |
| Hex | 2 | 7F | A4 | 63 | 17 | 0 | 24 | C2 | 62 | 21 |
| Octal | 2 | 177 | 244 | 143 | 27 | 0 | 44 | 302 | 142 | 41 |
| Binary | 10 | 1111111 | 10100100 | 1100011 | 10111 | 0 | 100100 | 11000010 | 1100010 | 100001 |
Color Harmonies of #027FA4
Complementary color
Monochromatic Colors of #027FA4
Black with #027FA4
Text Example
Text Example
White with #027FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027FA4; }
p { color: rgb(2,127,164); }
H1.HeaderClassName
{
color: #027FA4;
}
.AnyTagClassName
{
color: #027FA4;
}
</style>
background-color css
<style>
a { background-color: #027FA4; }
a { background-color: rgb(2,127,164); }
div.DivClassName
{
background-color: #027FA4;
}
.BgClassName
{
background-color: #027FA4;
}
</style>
border-color css
<style>
span { border-color: #027FA4; }
span { border-color: rgb(2,127,164); }
td.TdClassName
{
border-color: #027FA4;
}
.TagClassName
{
border-color: #027FA4;
}
</style>