Shades of Cerulean Blue #285DCC
Tints of Cerulean Blue #285DCC
RGB
CMYK
RGB Variations
Color information
#285DCC (or 0x285DCC) is known color: Cerulean Blue. HEX triplet: 28, 5D and CC. RGB value is (40,93,204). Sum of RGB (Red+Green+Blue) = 40+93+204=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #285DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DCC is #D7A233. Grayscale: #595959. Windows color (decimal): -14131764 or 13393192. OLE color: 13393192.
HSL color Cylindrical-coordinate representation of color #285DCC: hue angle of 220.61º 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 #285DCC is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 93 | 204 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.2 |
| HSL | 220.61º | 0.67% | 0.48% | - |
| HSV(B) | 220.61º | 0.8% | 0.8% | - |
| XYZ | 15.69 | 12.64 | 58.74 | - |
| YUV | 89.81 | 192.44 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 204 | 0.80 | 0.54 | 0 | 0.2 | 220.61 | 0.67 | 0.48 |
| Hex | 28 | 5D | CC | 50 | 36 | 0 | 14 | DD | 43 | 30 |
| Octal | 50 | 135 | 314 | 120 | 66 | 0 | 24 | 335 | 103 | 60 |
| Binary | 101000 | 1011101 | 11001100 | 1010000 | 110110 | 0 | 10100 | 11011101 | 1000011 | 110000 |
Color Harmonies of #285DCC
Complementary color
Monochromatic Colors of #285DCC
Black with #285DCC
Text Example
Text Example
White with #285DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DCC; }
p { color: rgb(40,93,204); }
H1.HeaderClassName
{
color: #285DCC;
}
.AnyTagClassName
{
color: #285DCC;
}
</style>
background-color css
<style>
a { background-color: #285DCC; }
a { background-color: rgb(40,93,204); }
div.DivClassName
{
background-color: #285DCC;
}
.BgClassName
{
background-color: #285DCC;
}
</style>
border-color css
<style>
span { border-color: #285DCC; }
span { border-color: rgb(40,93,204); }
td.TdClassName
{
border-color: #285DCC;
}
.TagClassName
{
border-color: #285DCC;
}
</style>