Shades of Cerulean Blue #284ECB
Tints of Cerulean Blue #284ECB
RGB
CMYK
RGB Variations
Color information
#284ECB (or 0x284ECB) is known color: Cerulean Blue. HEX triplet: 28, 4E and CB. RGB value is (40,78,203). Sum of RGB (Red+Green+Blue) = 40+78+203=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #284ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284ECB is #D7B134. Grayscale: #505050. Windows color (decimal): -14135605 or 13323816. OLE color: 13323816.
HSL color Cylindrical-coordinate representation of color #284ECB: hue angle of 226.01º 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 #284ECB is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 78 | 203 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.20 |
| HSL | 226.01º | 0.67% | 0.48% | - |
| HSV(B) | 226.01º | 0.8% | 0.8% | - |
| XYZ | 14.38 | 10.21 | 57.71 | - |
| YUV | 80.89 | 196.91 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 203 | 0.80 | 0.62 | 0 | 0.20 | 226.01 | 0.67 | 0.48 |
| Hex | 28 | 4E | CB | 50 | 3E | 0 | 14 | E2 | 43 | 30 |
| Octal | 50 | 116 | 313 | 120 | 76 | 0 | 24 | 342 | 103 | 60 |
| Binary | 101000 | 1001110 | 11001011 | 1010000 | 111110 | 0 | 10100 | 11100010 | 1000011 | 110000 |
Color Harmonies of #284ECB
Complementary color
Monochromatic Colors of #284ECB
Black with #284ECB
Text Example
Text Example
White with #284ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284ECB; }
p { color: rgb(40,78,203); }
H1.HeaderClassName
{
color: #284ECB;
}
.AnyTagClassName
{
color: #284ECB;
}
</style>
background-color css
<style>
a { background-color: #284ECB; }
a { background-color: rgb(40,78,203); }
div.DivClassName
{
background-color: #284ECB;
}
.BgClassName
{
background-color: #284ECB;
}
</style>
border-color css
<style>
span { border-color: #284ECB; }
span { border-color: rgb(40,78,203); }
td.TdClassName
{
border-color: #284ECB;
}
.TagClassName
{
border-color: #284ECB;
}
</style>