Shades of Cerulean Blue #285DC4
Tints of Cerulean Blue #285DC4
RGB
CMYK
RGB Variations
Color information
#285DC4 (or 0x285DC4) is known color: Cerulean Blue. HEX triplet: 28, 5D and C4. RGB value is (40,93,196). Sum of RGB (Red+Green+Blue) = 40+93+196=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 196 (76.95% from 255 or 59.57% from 329); Max value from RGB is 196 - color contains mainly: blue. Hex color #285DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DC4 is #D7A23B. Grayscale: #585858. Windows color (decimal): -14131772 or 12868904. OLE color: 12868904.
HSL color Cylindrical-coordinate representation of color #285DC4: hue angle of 219.62º 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 #285DC4 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 93 | 196 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.23 |
| HSL | 219.62º | 0.66% | 0.46% | - |
| HSV(B) | 219.62º | 0.8% | 0.77% | - |
| XYZ | 14.75 | 12.27 | 53.81 | - |
| YUV | 88.9 | 188.44 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 196 | 0.80 | 0.53 | 0 | 0.23 | 219.62 | 0.66 | 0.46 |
| Hex | 28 | 5D | C4 | 50 | 35 | 0 | 17 | DC | 42 | 2E |
| Octal | 50 | 135 | 304 | 120 | 65 | 0 | 27 | 334 | 102 | 56 |
| Binary | 101000 | 1011101 | 11000100 | 1010000 | 110101 | 0 | 10111 | 11011100 | 1000010 | 101110 |
Color Harmonies of #285DC4
Complementary color
Monochromatic Colors of #285DC4
Black with #285DC4
Text Example
Text Example
White with #285DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DC4; }
p { color: rgb(40,93,196); }
H1.HeaderClassName
{
color: #285DC4;
}
.AnyTagClassName
{
color: #285DC4;
}
</style>
background-color css
<style>
a { background-color: #285DC4; }
a { background-color: rgb(40,93,196); }
div.DivClassName
{
background-color: #285DC4;
}
.BgClassName
{
background-color: #285DC4;
}
</style>
border-color css
<style>
span { border-color: #285DC4; }
span { border-color: rgb(40,93,196); }
td.TdClassName
{
border-color: #285DC4;
}
.TagClassName
{
border-color: #285DC4;
}
</style>