Shades of Cerulean Blue #285BC5
Tints of Cerulean Blue #285BC5
RGB
CMYK
RGB Variations
Color information
#285BC5 (or 0x285BC5) is known color: Cerulean Blue. HEX triplet: 28, 5B and C5. RGB value is (40,91,197). Sum of RGB (Red+Green+Blue) = 40+91+197=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 197 (77.34% from 255 or 60.06% from 328); Max value from RGB is 197 - color contains mainly: blue. Hex color #285BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BC5 is #D7A43A. Grayscale: #575757. Windows color (decimal): -14132283 or 12933928. OLE color: 12933928.
HSL color Cylindrical-coordinate representation of color #285BC5: hue angle of 220.51º 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 #285BC5 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 91 | 197 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.23 |
| HSL | 220.51º | 0.66% | 0.46% | - |
| HSV(B) | 220.51º | 0.8% | 0.77% | - |
| XYZ | 14.69 | 11.96 | 54.36 | - |
| YUV | 87.84 | 189.6 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 197 | 0.80 | 0.54 | 0 | 0.23 | 220.51 | 0.66 | 0.46 |
| Hex | 28 | 5B | C5 | 50 | 36 | 0 | 17 | DD | 42 | 2E |
| Octal | 50 | 133 | 305 | 120 | 66 | 0 | 27 | 335 | 102 | 56 |
| Binary | 101000 | 1011011 | 11000101 | 1010000 | 110110 | 0 | 10111 | 11011101 | 1000010 | 101110 |
Color Harmonies of #285BC5
Complementary color
Monochromatic Colors of #285BC5
Black with #285BC5
Text Example
Text Example
White with #285BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BC5; }
p { color: rgb(40,91,197); }
H1.HeaderClassName
{
color: #285BC5;
}
.AnyTagClassName
{
color: #285BC5;
}
</style>
background-color css
<style>
a { background-color: #285BC5; }
a { background-color: rgb(40,91,197); }
div.DivClassName
{
background-color: #285BC5;
}
.BgClassName
{
background-color: #285BC5;
}
</style>
border-color css
<style>
span { border-color: #285BC5; }
span { border-color: rgb(40,91,197); }
td.TdClassName
{
border-color: #285BC5;
}
.TagClassName
{
border-color: #285BC5;
}
</style>