Shades of Cerulean Blue #284FDC
Tints of Cerulean Blue #284FDC
RGB
CMYK
RGB Variations
Color information
#284FDC (or 0x284FDC) is known color: Cerulean Blue. HEX triplet: 28, 4F and DC. RGB value is (40,79,220). Sum of RGB (Red+Green+Blue) = 40+79+220=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #284FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284FDC is #D7B023. Grayscale: #525252. Windows color (decimal): -14135332 or 14438184. OLE color: 14438184.
HSL color Cylindrical-coordinate representation of color #284FDC: hue angle of 227º 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 #284FDC is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 79 | 220 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.14 |
| HSL | 227º | 0.72% | 0.51% | - |
| HSV(B) | 227º | 0.82% | 0.86% | - |
| XYZ | 16.59 | 11.21 | 69 | - |
| YUV | 83.41 | 205.08 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 220 | 0.82 | 0.64 | 0 | 0.14 | 227 | 0.72 | 0.51 |
| Hex | 28 | 4F | DC | 52 | 40 | 0 | E | E3 | 48 | 33 |
| Octal | 50 | 117 | 334 | 122 | 100 | 0 | 16 | 343 | 110 | 63 |
| Binary | 101000 | 1001111 | 11011100 | 1010010 | 1000000 | 0 | 1110 | 11100011 | 1001000 | 110011 |
Color Harmonies of #284FDC
Complementary color
Monochromatic Colors of #284FDC
Black with #284FDC
Text Example
Text Example
White with #284FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284FDC; }
p { color: rgb(40,79,220); }
H1.HeaderClassName
{
color: #284FDC;
}
.AnyTagClassName
{
color: #284FDC;
}
</style>
background-color css
<style>
a { background-color: #284FDC; }
a { background-color: rgb(40,79,220); }
div.DivClassName
{
background-color: #284FDC;
}
.BgClassName
{
background-color: #284FDC;
}
</style>
border-color css
<style>
span { border-color: #284FDC; }
span { border-color: rgb(40,79,220); }
td.TdClassName
{
border-color: #284FDC;
}
.TagClassName
{
border-color: #284FDC;
}
</style>