Shades of Cerulean Blue #285FBA
Tints of Cerulean Blue #285FBA
RGB
CMYK
RGB Variations
Color information
#285FBA (or 0x285FBA) is known color: Cerulean Blue. HEX triplet: 28, 5F and BA. RGB value is (40,95,186). Sum of RGB (Red+Green+Blue) = 40+95+186=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #285FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285FBA is #D7A045. Grayscale: #585858. Windows color (decimal): -14131270 or 12214056. OLE color: 12214056.
HSL color Cylindrical-coordinate representation of color #285FBA: hue angle of 217.4º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285FBA is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 95 | 186 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.27 |
| HSL | 217.4º | 0.65% | 0.44% | - |
| HSV(B) | 217.4º | 0.78% | 0.73% | - |
| XYZ | 13.83 | 12.18 | 48.08 | - |
| YUV | 88.93 | 182.78 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 186 | 0.78 | 0.49 | 0 | 0.27 | 217.4 | 0.65 | 0.44 |
| Hex | 28 | 5F | BA | 4E | 31 | 0 | 1B | D9 | 41 | 2C |
| Octal | 50 | 137 | 272 | 116 | 61 | 0 | 33 | 331 | 101 | 54 |
| Binary | 101000 | 1011111 | 10111010 | 1001110 | 110001 | 0 | 11011 | 11011001 | 1000001 | 101100 |
Color Harmonies of #285FBA
Complementary color
Monochromatic Colors of #285FBA
Black with #285FBA
Text Example
Text Example
White with #285FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285FBA; }
p { color: rgb(40,95,186); }
H1.HeaderClassName
{
color: #285FBA;
}
.AnyTagClassName
{
color: #285FBA;
}
</style>
background-color css
<style>
a { background-color: #285FBA; }
a { background-color: rgb(40,95,186); }
div.DivClassName
{
background-color: #285FBA;
}
.BgClassName
{
background-color: #285FBA;
}
</style>
border-color css
<style>
span { border-color: #285FBA; }
span { border-color: rgb(40,95,186); }
td.TdClassName
{
border-color: #285FBA;
}
.TagClassName
{
border-color: #285FBA;
}
</style>