Shades of Cerulean Blue #284ACB
Tints of Cerulean Blue #284ACB
RGB
CMYK
RGB Variations
Color information
#284ACB (or 0x284ACB) is known color: Cerulean Blue. HEX triplet: 28, 4A and CB. RGB value is (40,74,203). Sum of RGB (Red+Green+Blue) = 40+74+203=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #284ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284ACB is #D7B534. Grayscale: #4D4D4D. Windows color (decimal): -14136629 or 13322792. OLE color: 13322792.
HSL color Cylindrical-coordinate representation of color #284ACB: hue angle of 227.48º 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 #284ACB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 74 | 203 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.20 |
| HSL | 227.48º | 0.67% | 0.48% | - |
| HSV(B) | 227.48º | 0.8% | 0.8% | - |
| XYZ | 14.1 | 9.66 | 57.62 | - |
| YUV | 78.54 | 198.24 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 203 | 0.80 | 0.64 | 0 | 0.20 | 227.48 | 0.67 | 0.48 |
| Hex | 28 | 4A | CB | 50 | 40 | 0 | 14 | E3 | 43 | 30 |
| Octal | 50 | 112 | 313 | 120 | 100 | 0 | 24 | 343 | 103 | 60 |
| Binary | 101000 | 1001010 | 11001011 | 1010000 | 1000000 | 0 | 10100 | 11100011 | 1000011 | 110000 |
Color Harmonies of #284ACB
Complementary color
Monochromatic Colors of #284ACB
Black with #284ACB
Text Example
Text Example
White with #284ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284ACB; }
p { color: rgb(40,74,203); }
H1.HeaderClassName
{
color: #284ACB;
}
.AnyTagClassName
{
color: #284ACB;
}
</style>
background-color css
<style>
a { background-color: #284ACB; }
a { background-color: rgb(40,74,203); }
div.DivClassName
{
background-color: #284ACB;
}
.BgClassName
{
background-color: #284ACB;
}
</style>
border-color css
<style>
span { border-color: #284ACB; }
span { border-color: rgb(40,74,203); }
td.TdClassName
{
border-color: #284ACB;
}
.TagClassName
{
border-color: #284ACB;
}
</style>