Shades of Cerulean Blue #285DB2
Tints of Cerulean Blue #285DB2
RGB
CMYK
RGB Variations
Color information
#285DB2 (or 0x285DB2) is known color: Cerulean Blue. HEX triplet: 28, 5D and B2. RGB value is (40,93,178). Sum of RGB (Red+Green+Blue) = 40+93+178=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #285DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285DB2 is #D7A24D. Grayscale: #565656. Windows color (decimal): -14131790 or 11689256. OLE color: 11689256.
HSL color Cylindrical-coordinate representation of color #285DB2: hue angle of 216.96º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285DB2 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 93 | 178 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.30 |
| HSL | 216.96º | 0.63% | 0.43% | - |
| HSV(B) | 216.96º | 0.78% | 0.7% | - |
| XYZ | 12.83 | 11.49 | 43.66 | - |
| YUV | 86.84 | 179.44 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 178 | 0.78 | 0.48 | 0 | 0.30 | 216.96 | 0.63 | 0.43 |
| Hex | 28 | 5D | B2 | 4E | 30 | 0 | 1E | D9 | 3F | 2B |
| Octal | 50 | 135 | 262 | 116 | 60 | 0 | 36 | 331 | 77 | 53 |
| Binary | 101000 | 1011101 | 10110010 | 1001110 | 110000 | 0 | 11110 | 11011001 | 111111 | 101011 |
Color Harmonies of #285DB2
Complementary color
Monochromatic Colors of #285DB2
Black with #285DB2
Text Example
Text Example
White with #285DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DB2; }
p { color: rgb(40,93,178); }
H1.HeaderClassName
{
color: #285DB2;
}
.AnyTagClassName
{
color: #285DB2;
}
</style>
background-color css
<style>
a { background-color: #285DB2; }
a { background-color: rgb(40,93,178); }
div.DivClassName
{
background-color: #285DB2;
}
.BgClassName
{
background-color: #285DB2;
}
</style>
border-color css
<style>
span { border-color: #285DB2; }
span { border-color: rgb(40,93,178); }
td.TdClassName
{
border-color: #285DB2;
}
.TagClassName
{
border-color: #285DB2;
}
</style>