Shades of Cerulean Blue #285DD8
Tints of Cerulean Blue #285DD8
RGB
CMYK
RGB Variations
Color information
#285DD8 (or 0x285DD8) is known color: Cerulean Blue. HEX triplet: 28, 5D and D8. RGB value is (40,93,216). Sum of RGB (Red+Green+Blue) = 40+93+216=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #285DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DD8 is #D7A227. Grayscale: #5A5A5A. Windows color (decimal): -14131752 or 14179624. OLE color: 14179624.
HSL color Cylindrical-coordinate representation of color #285DD8: hue angle of 221.93º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #285DD8 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 93 | 216 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.15 |
| HSL | 221.93º | 0.69% | 0.5% | - |
| HSV(B) | 221.93º | 0.81% | 0.85% | - |
| XYZ | 17.18 | 13.24 | 66.62 | - |
| YUV | 91.18 | 198.44 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 216 | 0.81 | 0.57 | 0 | 0.15 | 221.93 | 0.69 | 0.5 |
| Hex | 28 | 5D | D8 | 51 | 39 | 0 | F | DE | 45 | 32 |
| Octal | 50 | 135 | 330 | 121 | 71 | 0 | 17 | 336 | 105 | 62 |
| Binary | 101000 | 1011101 | 11011000 | 1010001 | 111001 | 0 | 1111 | 11011110 | 1000101 | 110010 |
Color Harmonies of #285DD8
Complementary color
Monochromatic Colors of #285DD8
Black with #285DD8
Text Example
Text Example
White with #285DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DD8; }
p { color: rgb(40,93,216); }
H1.HeaderClassName
{
color: #285DD8;
}
.AnyTagClassName
{
color: #285DD8;
}
</style>
background-color css
<style>
a { background-color: #285DD8; }
a { background-color: rgb(40,93,216); }
div.DivClassName
{
background-color: #285DD8;
}
.BgClassName
{
background-color: #285DD8;
}
</style>
border-color css
<style>
span { border-color: #285DD8; }
span { border-color: rgb(40,93,216); }
td.TdClassName
{
border-color: #285DD8;
}
.TagClassName
{
border-color: #285DD8;
}
</style>