Shades of Cerulean Blue #285EBC
Tints of Cerulean Blue #285EBC
RGB
CMYK
RGB Variations
Color information
#285EBC (or 0x285EBC) is known color: Cerulean Blue. HEX triplet: 28, 5E and BC. RGB value is (40,94,188). Sum of RGB (Red+Green+Blue) = 40+94+188=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #285EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285EBC is #D7A143. Grayscale: #585858. Windows color (decimal): -14131524 or 12344872. OLE color: 12344872.
HSL color Cylindrical-coordinate representation of color #285EBC: hue angle of 218.11º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #285EBC is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 94 | 188 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.26 |
| HSL | 218.11º | 0.65% | 0.45% | - |
| HSV(B) | 218.11º | 0.79% | 0.74% | - |
| XYZ | 13.95 | 12.09 | 49.17 | - |
| YUV | 88.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 188 | 0.79 | 0.50 | 0 | 0.26 | 218.11 | 0.65 | 0.45 |
| Hex | 28 | 5E | BC | 4F | 32 | 0 | 1A | DA | 41 | 2D |
| Octal | 50 | 136 | 274 | 117 | 62 | 0 | 32 | 332 | 101 | 55 |
| Binary | 101000 | 1011110 | 10111100 | 1001111 | 110010 | 0 | 11010 | 11011010 | 1000001 | 101101 |
Color Harmonies of #285EBC
Complementary color
Monochromatic Colors of #285EBC
Black with #285EBC
Text Example
Text Example
White with #285EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285EBC; }
p { color: rgb(40,94,188); }
H1.HeaderClassName
{
color: #285EBC;
}
.AnyTagClassName
{
color: #285EBC;
}
</style>
background-color css
<style>
a { background-color: #285EBC; }
a { background-color: rgb(40,94,188); }
div.DivClassName
{
background-color: #285EBC;
}
.BgClassName
{
background-color: #285EBC;
}
</style>
border-color css
<style>
span { border-color: #285EBC; }
span { border-color: rgb(40,94,188); }
td.TdClassName
{
border-color: #285EBC;
}
.TagClassName
{
border-color: #285EBC;
}
</style>