Shades of Cerulean Blue #285ECE
Tints of Cerulean Blue #285ECE
RGB
CMYK
RGB Variations
Color information
#285ECE (or 0x285ECE) is known color: Cerulean Blue. HEX triplet: 28, 5E and CE. RGB value is (40,94,206). Sum of RGB (Red+Green+Blue) = 40+94+206=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #285ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ECE is #D7A131. Grayscale: #5A5A5A. Windows color (decimal): -14131506 or 13524520. OLE color: 13524520.
HSL color Cylindrical-coordinate representation of color #285ECE: hue angle of 220.48º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #285ECE is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 94 | 206 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.19 |
| HSL | 220.48º | 0.67% | 0.48% | - |
| HSV(B) | 220.48º | 0.81% | 0.81% | - |
| XYZ | 16.02 | 12.91 | 60.04 | - |
| YUV | 90.62 | 193.11 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 206 | 0.81 | 0.54 | 0 | 0.19 | 220.48 | 0.67 | 0.48 |
| Hex | 28 | 5E | CE | 51 | 36 | 0 | 13 | DC | 43 | 30 |
| Octal | 50 | 136 | 316 | 121 | 66 | 0 | 23 | 334 | 103 | 60 |
| Binary | 101000 | 1011110 | 11001110 | 1010001 | 110110 | 0 | 10011 | 11011100 | 1000011 | 110000 |
Color Harmonies of #285ECE
Complementary color
Monochromatic Colors of #285ECE
Black with #285ECE
Text Example
Text Example
White with #285ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285ECE; }
p { color: rgb(40,94,206); }
H1.HeaderClassName
{
color: #285ECE;
}
.AnyTagClassName
{
color: #285ECE;
}
</style>
background-color css
<style>
a { background-color: #285ECE; }
a { background-color: rgb(40,94,206); }
div.DivClassName
{
background-color: #285ECE;
}
.BgClassName
{
background-color: #285ECE;
}
</style>
border-color css
<style>
span { border-color: #285ECE; }
span { border-color: rgb(40,94,206); }
td.TdClassName
{
border-color: #285ECE;
}
.TagClassName
{
border-color: #285ECE;
}
</style>