Shades of Cerulean Blue #285ECC
Tints of Cerulean Blue #285ECC
RGB
CMYK
RGB Variations
Color information
#285ECC (or 0x285ECC) is known color: Cerulean Blue. HEX triplet: 28, 5E and CC. RGB value is (40,94,204). Sum of RGB (Red+Green+Blue) = 40+94+204=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #285ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ECC is #D7A133. Grayscale: #595959. Windows color (decimal): -14131508 or 13393448. OLE color: 13393448.
HSL color Cylindrical-coordinate representation of color #285ECC: hue angle of 220.24º 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 #285ECC is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 94 | 204 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.2 |
| HSL | 220.24º | 0.67% | 0.48% | - |
| HSV(B) | 220.24º | 0.8% | 0.8% | - |
| XYZ | 15.78 | 12.82 | 58.77 | - |
| YUV | 90.39 | 192.11 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 204 | 0.80 | 0.54 | 0 | 0.2 | 220.24 | 0.67 | 0.48 |
| Hex | 28 | 5E | CC | 50 | 36 | 0 | 14 | DC | 43 | 30 |
| Octal | 50 | 136 | 314 | 120 | 66 | 0 | 24 | 334 | 103 | 60 |
| Binary | 101000 | 1011110 | 11001100 | 1010000 | 110110 | 0 | 10100 | 11011100 | 1000011 | 110000 |
Color Harmonies of #285ECC
Complementary color
Monochromatic Colors of #285ECC
Black with #285ECC
Text Example
Text Example
White with #285ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285ECC; }
p { color: rgb(40,94,204); }
H1.HeaderClassName
{
color: #285ECC;
}
.AnyTagClassName
{
color: #285ECC;
}
</style>
background-color css
<style>
a { background-color: #285ECC; }
a { background-color: rgb(40,94,204); }
div.DivClassName
{
background-color: #285ECC;
}
.BgClassName
{
background-color: #285ECC;
}
</style>
border-color css
<style>
span { border-color: #285ECC; }
span { border-color: rgb(40,94,204); }
td.TdClassName
{
border-color: #285ECC;
}
.TagClassName
{
border-color: #285ECC;
}
</style>