Shades of Cerulean Blue #284FCD
Tints of Cerulean Blue #284FCD
RGB
CMYK
RGB Variations
Color information
#284FCD (or 0x284FCD) is known color: Cerulean Blue. HEX triplet: 28, 4F and CD. RGB value is (40,79,205). Sum of RGB (Red+Green+Blue) = 40+79+205=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #284FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284FCD is #D7B032. Grayscale: #515151. Windows color (decimal): -14135347 or 13455144. OLE color: 13455144.
HSL color Cylindrical-coordinate representation of color #284FCD: hue angle of 225.82º 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 #284FCD is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 79 | 205 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.20 |
| HSL | 225.82º | 0.67% | 0.48% | - |
| HSV(B) | 225.82º | 0.8% | 0.8% | - |
| XYZ | 14.69 | 10.45 | 59 | - |
| YUV | 81.7 | 197.58 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 205 | 0.80 | 0.61 | 0 | 0.20 | 225.82 | 0.67 | 0.48 |
| Hex | 28 | 4F | CD | 50 | 3D | 0 | 14 | E2 | 43 | 30 |
| Octal | 50 | 117 | 315 | 120 | 75 | 0 | 24 | 342 | 103 | 60 |
| Binary | 101000 | 1001111 | 11001101 | 1010000 | 111101 | 0 | 10100 | 11100010 | 1000011 | 110000 |
Color Harmonies of #284FCD
Complementary color
Monochromatic Colors of #284FCD
Black with #284FCD
Text Example
Text Example
White with #284FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284FCD; }
p { color: rgb(40,79,205); }
H1.HeaderClassName
{
color: #284FCD;
}
.AnyTagClassName
{
color: #284FCD;
}
</style>
background-color css
<style>
a { background-color: #284FCD; }
a { background-color: rgb(40,79,205); }
div.DivClassName
{
background-color: #284FCD;
}
.BgClassName
{
background-color: #284FCD;
}
</style>
border-color css
<style>
span { border-color: #284FCD; }
span { border-color: rgb(40,79,205); }
td.TdClassName
{
border-color: #284FCD;
}
.TagClassName
{
border-color: #284FCD;
}
</style>