Shades of Cerulean Blue #284EDC
Tints of Cerulean Blue #284EDC
RGB
CMYK
RGB Variations
Color information
#284EDC (or 0x284EDC) is known color: Cerulean Blue. HEX triplet: 28, 4E and DC. RGB value is (40,78,220). Sum of RGB (Red+Green+Blue) = 40+78+220=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #284EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284EDC is #D7B123. Grayscale: #525252. Windows color (decimal): -14135588 or 14437928. OLE color: 14437928.
HSL color Cylindrical-coordinate representation of color #284EDC: hue angle of 227.33º 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 #284EDC is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 78 | 220 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.14 |
| HSL | 227.33º | 0.72% | 0.51% | - |
| HSV(B) | 227.33º | 0.82% | 0.86% | - |
| XYZ | 16.52 | 11.07 | 68.98 | - |
| YUV | 82.83 | 205.41 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 220 | 0.82 | 0.65 | 0 | 0.14 | 227.33 | 0.72 | 0.51 |
| Hex | 28 | 4E | DC | 52 | 41 | 0 | E | E3 | 48 | 33 |
| Octal | 50 | 116 | 334 | 122 | 101 | 0 | 16 | 343 | 110 | 63 |
| Binary | 101000 | 1001110 | 11011100 | 1010010 | 1000001 | 0 | 1110 | 11100011 | 1001000 | 110011 |
Color Harmonies of #284EDC
Complementary color
Monochromatic Colors of #284EDC
Black with #284EDC
Text Example
Text Example
White with #284EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284EDC; }
p { color: rgb(40,78,220); }
H1.HeaderClassName
{
color: #284EDC;
}
.AnyTagClassName
{
color: #284EDC;
}
</style>
background-color css
<style>
a { background-color: #284EDC; }
a { background-color: rgb(40,78,220); }
div.DivClassName
{
background-color: #284EDC;
}
.BgClassName
{
background-color: #284EDC;
}
</style>
border-color css
<style>
span { border-color: #284EDC; }
span { border-color: rgb(40,78,220); }
td.TdClassName
{
border-color: #284EDC;
}
.TagClassName
{
border-color: #284EDC;
}
</style>