Shades of Cerulean Blue #285DB4
Tints of Cerulean Blue #285DB4
RGB
CMYK
RGB Variations
Color information
#285DB4 (or 0x285DB4) is known color: Cerulean Blue. HEX triplet: 28, 5D and B4. RGB value is (40,93,180). Sum of RGB (Red+Green+Blue) = 40+93+180=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 180 (70.70% from 255 or 57.51% from 313); Max value from RGB is 180 - color contains mainly: blue. Hex color #285DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DB4 is #D7A24B. Grayscale: #565656. Windows color (decimal): -14131788 or 11820328. OLE color: 11820328.
HSL color Cylindrical-coordinate representation of color #285DB4: hue angle of 217.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285DB4 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 93 | 180 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.29 |
| HSL | 217.29º | 0.64% | 0.43% | - |
| HSV(B) | 217.29º | 0.78% | 0.71% | - |
| XYZ | 13.03 | 11.58 | 44.73 | - |
| YUV | 87.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 180 | 0.78 | 0.48 | 0 | 0.29 | 217.29 | 0.64 | 0.43 |
| Hex | 28 | 5D | B4 | 4E | 30 | 0 | 1D | D9 | 40 | 2B |
| Octal | 50 | 135 | 264 | 116 | 60 | 0 | 35 | 331 | 100 | 53 |
| Binary | 101000 | 1011101 | 10110100 | 1001110 | 110000 | 0 | 11101 | 11011001 | 1000000 | 101011 |
Color Harmonies of #285DB4
Complementary color
Monochromatic Colors of #285DB4
Black with #285DB4
Text Example
Text Example
White with #285DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DB4; }
p { color: rgb(40,93,180); }
H1.HeaderClassName
{
color: #285DB4;
}
.AnyTagClassName
{
color: #285DB4;
}
</style>
background-color css
<style>
a { background-color: #285DB4; }
a { background-color: rgb(40,93,180); }
div.DivClassName
{
background-color: #285DB4;
}
.BgClassName
{
background-color: #285DB4;
}
</style>
border-color css
<style>
span { border-color: #285DB4; }
span { border-color: rgb(40,93,180); }
td.TdClassName
{
border-color: #285DB4;
}
.TagClassName
{
border-color: #285DB4;
}
</style>