Shades of Cerulean Blue #284ECC
Tints of Cerulean Blue #284ECC
RGB
CMYK
RGB Variations
Color information
#284ECC (or 0x284ECC) is known color: Cerulean Blue. HEX triplet: 28, 4E and CC. RGB value is (40,78,204). Sum of RGB (Red+Green+Blue) = 40+78+204=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #284ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284ECC is #D7B133. Grayscale: #505050. Windows color (decimal): -14135604 or 13389352. OLE color: 13389352.
HSL color Cylindrical-coordinate representation of color #284ECC: hue angle of 226.1º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #284ECC is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 78 | 204 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.2 |
| HSL | 226.1º | 0.67% | 0.48% | - |
| HSV(B) | 226.1º | 0.8% | 0.8% | - |
| XYZ | 14.5 | 10.26 | 58.34 | - |
| YUV | 81 | 197.41 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 204 | 0.80 | 0.62 | 0 | 0.2 | 226.1 | 0.67 | 0.48 |
| Hex | 28 | 4E | CC | 50 | 3E | 0 | 14 | E2 | 43 | 30 |
| Octal | 50 | 116 | 314 | 120 | 76 | 0 | 24 | 342 | 103 | 60 |
| Binary | 101000 | 1001110 | 11001100 | 1010000 | 111110 | 0 | 10100 | 11100010 | 1000011 | 110000 |
Color Harmonies of #284ECC
Complementary color
Monochromatic Colors of #284ECC
Black with #284ECC
Text Example
Text Example
White with #284ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284ECC; }
p { color: rgb(40,78,204); }
H1.HeaderClassName
{
color: #284ECC;
}
.AnyTagClassName
{
color: #284ECC;
}
</style>
background-color css
<style>
a { background-color: #284ECC; }
a { background-color: rgb(40,78,204); }
div.DivClassName
{
background-color: #284ECC;
}
.BgClassName
{
background-color: #284ECC;
}
</style>
border-color css
<style>
span { border-color: #284ECC; }
span { border-color: rgb(40,78,204); }
td.TdClassName
{
border-color: #284ECC;
}
.TagClassName
{
border-color: #284ECC;
}
</style>