Shades of Cerulean Blue #284ACC
Tints of Cerulean Blue #284ACC
RGB
CMYK
RGB Variations
Color information
#284ACC (or 0x284ACC) is known color: Cerulean Blue. HEX triplet: 28, 4A and CC. RGB value is (40,74,204). Sum of RGB (Red+Green+Blue) = 40+74+204=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #284ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284ACC is #D7B533. Grayscale: #4E4E4E. Windows color (decimal): -14136628 or 13388328. OLE color: 13388328.
HSL color Cylindrical-coordinate representation of color #284ACC: hue angle of 227.56º 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 #284ACC is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 74 | 204 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.2 |
| HSL | 227.56º | 0.67% | 0.48% | - |
| HSV(B) | 227.56º | 0.8% | 0.8% | - |
| XYZ | 14.22 | 9.71 | 58.25 | - |
| YUV | 78.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 204 | 0.80 | 0.64 | 0 | 0.2 | 227.56 | 0.67 | 0.48 |
| Hex | 28 | 4A | CC | 50 | 40 | 0 | 14 | E4 | 43 | 30 |
| Octal | 50 | 112 | 314 | 120 | 100 | 0 | 24 | 344 | 103 | 60 |
| Binary | 101000 | 1001010 | 11001100 | 1010000 | 1000000 | 0 | 10100 | 11100100 | 1000011 | 110000 |
Color Harmonies of #284ACC
Complementary color
Monochromatic Colors of #284ACC
Black with #284ACC
Text Example
Text Example
White with #284ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284ACC; }
p { color: rgb(40,74,204); }
H1.HeaderClassName
{
color: #284ACC;
}
.AnyTagClassName
{
color: #284ACC;
}
</style>
background-color css
<style>
a { background-color: #284ACC; }
a { background-color: rgb(40,74,204); }
div.DivClassName
{
background-color: #284ACC;
}
.BgClassName
{
background-color: #284ACC;
}
</style>
border-color css
<style>
span { border-color: #284ACC; }
span { border-color: rgb(40,74,204); }
td.TdClassName
{
border-color: #284ACC;
}
.TagClassName
{
border-color: #284ACC;
}
</style>