Shades of Cerulean Blue #285BBD
Tints of Cerulean Blue #285BBD
RGB
CMYK
RGB Variations
Color information
#285BBD (or 0x285BBD) is known color: Cerulean Blue. HEX triplet: 28, 5B and BD. RGB value is (40,91,189). Sum of RGB (Red+Green+Blue) = 40+91+189=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #285BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BBD is #D7A442. Grayscale: #565656. Windows color (decimal): -14132291 or 12409640. OLE color: 12409640.
HSL color Cylindrical-coordinate representation of color #285BBD: hue angle of 219.46º 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 #285BBD is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 91 | 189 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.26 |
| HSL | 219.46º | 0.65% | 0.45% | - |
| HSV(B) | 219.46º | 0.79% | 0.74% | - |
| XYZ | 13.8 | 11.61 | 49.66 | - |
| YUV | 86.92 | 185.6 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 189 | 0.79 | 0.52 | 0 | 0.26 | 219.46 | 0.65 | 0.45 |
| Hex | 28 | 5B | BD | 4F | 34 | 0 | 1A | DB | 41 | 2D |
| Octal | 50 | 133 | 275 | 117 | 64 | 0 | 32 | 333 | 101 | 55 |
| Binary | 101000 | 1011011 | 10111101 | 1001111 | 110100 | 0 | 11010 | 11011011 | 1000001 | 101101 |
Color Harmonies of #285BBD
Complementary color
Monochromatic Colors of #285BBD
Black with #285BBD
Text Example
Text Example
White with #285BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BBD; }
p { color: rgb(40,91,189); }
H1.HeaderClassName
{
color: #285BBD;
}
.AnyTagClassName
{
color: #285BBD;
}
</style>
background-color css
<style>
a { background-color: #285BBD; }
a { background-color: rgb(40,91,189); }
div.DivClassName
{
background-color: #285BBD;
}
.BgClassName
{
background-color: #285BBD;
}
</style>
border-color css
<style>
span { border-color: #285BBD; }
span { border-color: rgb(40,91,189); }
td.TdClassName
{
border-color: #285BBD;
}
.TagClassName
{
border-color: #285BBD;
}
</style>