Shades of Cerulean Blue #285DC5
Tints of Cerulean Blue #285DC5
RGB
CMYK
RGB Variations
Color information
#285DC5 (or 0x285DC5) is known color: Cerulean Blue. HEX triplet: 28, 5D and C5. RGB value is (40,93,197). Sum of RGB (Red+Green+Blue) = 40+93+197=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 197 (77.34% from 255 or 59.70% from 330); Max value from RGB is 197 - color contains mainly: blue. Hex color #285DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DC5 is #D7A23A. Grayscale: #585858. Windows color (decimal): -14131771 or 12934440. OLE color: 12934440.
HSL color Cylindrical-coordinate representation of color #285DC5: hue angle of 219.75º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #285DC5 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 93 | 197 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.23 |
| HSL | 219.75º | 0.66% | 0.46% | - |
| HSV(B) | 219.75º | 0.8% | 0.77% | - |
| XYZ | 14.87 | 12.31 | 54.42 | - |
| YUV | 89.01 | 188.94 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 197 | 0.80 | 0.53 | 0 | 0.23 | 219.75 | 0.66 | 0.46 |
| Hex | 28 | 5D | C5 | 50 | 35 | 0 | 17 | DC | 42 | 2E |
| Octal | 50 | 135 | 305 | 120 | 65 | 0 | 27 | 334 | 102 | 56 |
| Binary | 101000 | 1011101 | 11000101 | 1010000 | 110101 | 0 | 10111 | 11011100 | 1000010 | 101110 |
Color Harmonies of #285DC5
Complementary color
Monochromatic Colors of #285DC5
Black with #285DC5
Text Example
Text Example
White with #285DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DC5; }
p { color: rgb(40,93,197); }
H1.HeaderClassName
{
color: #285DC5;
}
.AnyTagClassName
{
color: #285DC5;
}
</style>
background-color css
<style>
a { background-color: #285DC5; }
a { background-color: rgb(40,93,197); }
div.DivClassName
{
background-color: #285DC5;
}
.BgClassName
{
background-color: #285DC5;
}
</style>
border-color css
<style>
span { border-color: #285DC5; }
span { border-color: rgb(40,93,197); }
td.TdClassName
{
border-color: #285DC5;
}
.TagClassName
{
border-color: #285DC5;
}
</style>