Shades of Cerulean Blue #284CCC
Tints of Cerulean Blue #284CCC
RGB
CMYK
RGB Variations
Color information
#284CCC (or 0x284CCC) is known color: Cerulean Blue. HEX triplet: 28, 4C and CC. RGB value is (40,76,204). Sum of RGB (Red+Green+Blue) = 40+76+204=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #284CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284CCC is #D7B333. Grayscale: #4F4F4F. Windows color (decimal): -14136116 or 13388840. OLE color: 13388840.
HSL color Cylindrical-coordinate representation of color #284CCC: hue angle of 226.83º 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 #284CCC is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 76 | 204 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.2 |
| HSL | 226.83º | 0.67% | 0.48% | - |
| HSV(B) | 226.83º | 0.8% | 0.8% | - |
| XYZ | 14.36 | 9.98 | 58.3 | - |
| YUV | 79.83 | 198.07 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 204 | 0.80 | 0.63 | 0 | 0.2 | 226.83 | 0.67 | 0.48 |
| Hex | 28 | 4C | CC | 50 | 3F | 0 | 14 | E3 | 43 | 30 |
| Octal | 50 | 114 | 314 | 120 | 77 | 0 | 24 | 343 | 103 | 60 |
| Binary | 101000 | 1001100 | 11001100 | 1010000 | 111111 | 0 | 10100 | 11100011 | 1000011 | 110000 |
Color Harmonies of #284CCC
Complementary color
Monochromatic Colors of #284CCC
Black with #284CCC
Text Example
Text Example
White with #284CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284CCC; }
p { color: rgb(40,76,204); }
H1.HeaderClassName
{
color: #284CCC;
}
.AnyTagClassName
{
color: #284CCC;
}
</style>
background-color css
<style>
a { background-color: #284CCC; }
a { background-color: rgb(40,76,204); }
div.DivClassName
{
background-color: #284CCC;
}
.BgClassName
{
background-color: #284CCC;
}
</style>
border-color css
<style>
span { border-color: #284CCC; }
span { border-color: rgb(40,76,204); }
td.TdClassName
{
border-color: #284CCC;
}
.TagClassName
{
border-color: #284CCC;
}
</style>