Shades of Cerulean #027DB4
Tints of Cerulean #027DB4
RGB
CMYK
RGB Variations
Color information
#027DB4 (or 0x027DB4) is known color: Cerulean. HEX triplet: 02, 7D and B4. RGB value is (2,125,180). Sum of RGB (Red+Green+Blue) = 2+125+180=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #027DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DB4 is #FD824B. Grayscale: #5E5E5E. Windows color (decimal): -16613964 or 11828482. OLE color: 11828482.
HSL color Cylindrical-coordinate representation of color #027DB4: hue angle of 198.54º 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 #027DB4 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 125 | 180 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.29 |
| HSL | 198.54º | 0.98% | 0.36% | - |
| HSV(B) | 198.54º | 0.99% | 0.71% | - |
| XYZ | 15.6 | 17.98 | 45.83 | - |
| YUV | 94.49 | 176.25 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 180 | 0.99 | 0.31 | 0 | 0.29 | 198.54 | 0.98 | 0.36 |
| Hex | 2 | 7D | B4 | 63 | 1F | 0 | 1D | C7 | 62 | 24 |
| Octal | 2 | 175 | 264 | 143 | 37 | 0 | 35 | 307 | 142 | 44 |
| Binary | 10 | 1111101 | 10110100 | 1100011 | 11111 | 0 | 11101 | 11000111 | 1100010 | 100100 |
Color Harmonies of #027DB4
Complementary color
Monochromatic Colors of #027DB4
Black with #027DB4
Text Example
Text Example
White with #027DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DB4; }
p { color: rgb(2,125,180); }
H1.HeaderClassName
{
color: #027DB4;
}
.AnyTagClassName
{
color: #027DB4;
}
</style>
background-color css
<style>
a { background-color: #027DB4; }
a { background-color: rgb(2,125,180); }
div.DivClassName
{
background-color: #027DB4;
}
.BgClassName
{
background-color: #027DB4;
}
</style>
border-color css
<style>
span { border-color: #027DB4; }
span { border-color: rgb(2,125,180); }
td.TdClassName
{
border-color: #027DB4;
}
.TagClassName
{
border-color: #027DB4;
}
</style>