Shades of Cerulean Blue #285DB1
Tints of Cerulean Blue #285DB1
RGB
CMYK
RGB Variations
Color information
#285DB1 (or 0x285DB1) is known color: Cerulean Blue. HEX triplet: 28, 5D and B1. RGB value is (40,93,177). Sum of RGB (Red+Green+Blue) = 40+93+177=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #285DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285DB1 is #D7A24E. Grayscale: #565656. Windows color (decimal): -14131791 or 11623720. OLE color: 11623720.
HSL color Cylindrical-coordinate representation of color #285DB1: hue angle of 216.79º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #285DB1 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 93 | 177 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.31 |
| HSL | 216.79º | 0.63% | 0.43% | - |
| HSV(B) | 216.79º | 0.77% | 0.69% | - |
| XYZ | 12.73 | 11.45 | 43.14 | - |
| YUV | 86.73 | 178.94 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 177 | 0.77 | 0.47 | 0 | 0.31 | 216.79 | 0.63 | 0.43 |
| Hex | 28 | 5D | B1 | 4D | 2F | 0 | 1F | D9 | 3F | 2B |
| Octal | 50 | 135 | 261 | 115 | 57 | 0 | 37 | 331 | 77 | 53 |
| Binary | 101000 | 1011101 | 10110001 | 1001101 | 101111 | 0 | 11111 | 11011001 | 111111 | 101011 |
Color Harmonies of #285DB1
Complementary color
Monochromatic Colors of #285DB1
Black with #285DB1
Text Example
Text Example
White with #285DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DB1; }
p { color: rgb(40,93,177); }
H1.HeaderClassName
{
color: #285DB1;
}
.AnyTagClassName
{
color: #285DB1;
}
</style>
background-color css
<style>
a { background-color: #285DB1; }
a { background-color: rgb(40,93,177); }
div.DivClassName
{
background-color: #285DB1;
}
.BgClassName
{
background-color: #285DB1;
}
</style>
border-color css
<style>
span { border-color: #285DB1; }
span { border-color: rgb(40,93,177); }
td.TdClassName
{
border-color: #285DB1;
}
.TagClassName
{
border-color: #285DB1;
}
</style>