Shades of Cerulean Blue #285BDA
Tints of Cerulean Blue #285BDA
RGB
CMYK
RGB Variations
Color information
#285BDA (or 0x285BDA) is known color: Cerulean Blue. HEX triplet: 28, 5B and DA. RGB value is (40,91,218). Sum of RGB (Red+Green+Blue) = 40+91+218=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #285BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BDA is #D7A425. Grayscale: #595959. Windows color (decimal): -14132262 or 14310184. OLE color: 14310184.
HSL color Cylindrical-coordinate representation of color #285BDA: hue angle of 222.81º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285BDA is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 91 | 218 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.15 |
| HSL | 222.81º | 0.71% | 0.51% | - |
| HSV(B) | 222.81º | 0.82% | 0.85% | - |
| XYZ | 17.27 | 13 | 67.93 | - |
| YUV | 90.23 | 200.1 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 218 | 0.82 | 0.58 | 0 | 0.15 | 222.81 | 0.71 | 0.51 |
| Hex | 28 | 5B | DA | 52 | 3A | 0 | F | DF | 47 | 33 |
| Octal | 50 | 133 | 332 | 122 | 72 | 0 | 17 | 337 | 107 | 63 |
| Binary | 101000 | 1011011 | 11011010 | 1010010 | 111010 | 0 | 1111 | 11011111 | 1000111 | 110011 |
Color Harmonies of #285BDA
Complementary color
Monochromatic Colors of #285BDA
Black with #285BDA
Text Example
Text Example
White with #285BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BDA; }
p { color: rgb(40,91,218); }
H1.HeaderClassName
{
color: #285BDA;
}
.AnyTagClassName
{
color: #285BDA;
}
</style>
background-color css
<style>
a { background-color: #285BDA; }
a { background-color: rgb(40,91,218); }
div.DivClassName
{
background-color: #285BDA;
}
.BgClassName
{
background-color: #285BDA;
}
</style>
border-color css
<style>
span { border-color: #285BDA; }
span { border-color: rgb(40,91,218); }
td.TdClassName
{
border-color: #285BDA;
}
.TagClassName
{
border-color: #285BDA;
}
</style>