Shades of Cerulean Blue #284CDC
Tints of Cerulean Blue #284CDC
RGB
CMYK
RGB Variations
Color information
#284CDC (or 0x284CDC) is known color: Cerulean Blue. HEX triplet: 28, 4C and DC. RGB value is (40,76,220). Sum of RGB (Red+Green+Blue) = 40+76+220=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #284CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284CDC is #D7B323. Grayscale: #515151. Windows color (decimal): -14136100 or 14437416. OLE color: 14437416.
HSL color Cylindrical-coordinate representation of color #284CDC: hue angle of 228º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #284CDC is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 76 | 220 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.14 |
| HSL | 228º | 0.72% | 0.51% | - |
| HSV(B) | 228º | 0.82% | 0.86% | - |
| XYZ | 16.38 | 10.79 | 68.93 | - |
| YUV | 81.65 | 206.07 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 220 | 0.82 | 0.65 | 0 | 0.14 | 228 | 0.72 | 0.51 |
| Hex | 28 | 4C | DC | 52 | 41 | 0 | E | E4 | 48 | 33 |
| Octal | 50 | 114 | 334 | 122 | 101 | 0 | 16 | 344 | 110 | 63 |
| Binary | 101000 | 1001100 | 11011100 | 1010010 | 1000001 | 0 | 1110 | 11100100 | 1001000 | 110011 |
Color Harmonies of #284CDC
Complementary color
Monochromatic Colors of #284CDC
Black with #284CDC
Text Example
Text Example
White with #284CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284CDC; }
p { color: rgb(40,76,220); }
H1.HeaderClassName
{
color: #284CDC;
}
.AnyTagClassName
{
color: #284CDC;
}
</style>
background-color css
<style>
a { background-color: #284CDC; }
a { background-color: rgb(40,76,220); }
div.DivClassName
{
background-color: #284CDC;
}
.BgClassName
{
background-color: #284CDC;
}
</style>
border-color css
<style>
span { border-color: #284CDC; }
span { border-color: rgb(40,76,220); }
td.TdClassName
{
border-color: #284CDC;
}
.TagClassName
{
border-color: #284CDC;
}
</style>