Shades of Cerulean Blue #285CBB
Tints of Cerulean Blue #285CBB
RGB
CMYK
RGB Variations
Color information
#285CBB (or 0x285CBB) is known color: Cerulean Blue. HEX triplet: 28, 5C and BB. RGB value is (40,92,187). Sum of RGB (Red+Green+Blue) = 40+92+187=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #285CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CBB is #D7A344. Grayscale: #565656. Windows color (decimal): -14132037 or 12278824. OLE color: 12278824.
HSL color Cylindrical-coordinate representation of color #285CBB: hue angle of 218.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #285CBB is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 92 | 187 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.27 |
| HSL | 218.78º | 0.65% | 0.45% | - |
| HSV(B) | 218.78º | 0.79% | 0.73% | - |
| XYZ | 13.67 | 11.69 | 48.55 | - |
| YUV | 87.28 | 184.27 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 187 | 0.79 | 0.51 | 0 | 0.27 | 218.78 | 0.65 | 0.45 |
| Hex | 28 | 5C | BB | 4F | 33 | 0 | 1B | DB | 41 | 2D |
| Octal | 50 | 134 | 273 | 117 | 63 | 0 | 33 | 333 | 101 | 55 |
| Binary | 101000 | 1011100 | 10111011 | 1001111 | 110011 | 0 | 11011 | 11011011 | 1000001 | 101101 |
Color Harmonies of #285CBB
Complementary color
Monochromatic Colors of #285CBB
Black with #285CBB
Text Example
Text Example
White with #285CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285CBB; }
p { color: rgb(40,92,187); }
H1.HeaderClassName
{
color: #285CBB;
}
.AnyTagClassName
{
color: #285CBB;
}
</style>
background-color css
<style>
a { background-color: #285CBB; }
a { background-color: rgb(40,92,187); }
div.DivClassName
{
background-color: #285CBB;
}
.BgClassName
{
background-color: #285CBB;
}
</style>
border-color css
<style>
span { border-color: #285CBB; }
span { border-color: rgb(40,92,187); }
td.TdClassName
{
border-color: #285CBB;
}
.TagClassName
{
border-color: #285CBB;
}
</style>