Shades of Cerulean Blue #285DC1
Tints of Cerulean Blue #285DC1
RGB
CMYK
RGB Variations
Color information
#285DC1 (or 0x285DC1) is known color: Cerulean Blue. HEX triplet: 28, 5D and C1. RGB value is (40,93,193). Sum of RGB (Red+Green+Blue) = 40+93+193=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 193 (75.78% from 255 or 59.20% from 326); Max value from RGB is 193 - color contains mainly: blue. Hex color #285DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DC1 is #D7A23E. Grayscale: #585858. Windows color (decimal): -14131775 or 12672296. OLE color: 12672296.
HSL color Cylindrical-coordinate representation of color #285DC1: hue angle of 219.22º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #285DC1 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 93 | 193 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.24 |
| HSL | 219.22º | 0.66% | 0.46% | - |
| HSV(B) | 219.22º | 0.79% | 0.76% | - |
| XYZ | 14.42 | 12.13 | 52.03 | - |
| YUV | 88.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 193 | 0.79 | 0.52 | 0 | 0.24 | 219.22 | 0.66 | 0.46 |
| Hex | 28 | 5D | C1 | 4F | 34 | 0 | 18 | DB | 42 | 2E |
| Octal | 50 | 135 | 301 | 117 | 64 | 0 | 30 | 333 | 102 | 56 |
| Binary | 101000 | 1011101 | 11000001 | 1001111 | 110100 | 0 | 11000 | 11011011 | 1000010 | 101110 |
Color Harmonies of #285DC1
Complementary color
Monochromatic Colors of #285DC1
Black with #285DC1
Text Example
Text Example
White with #285DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DC1; }
p { color: rgb(40,93,193); }
H1.HeaderClassName
{
color: #285DC1;
}
.AnyTagClassName
{
color: #285DC1;
}
</style>
background-color css
<style>
a { background-color: #285DC1; }
a { background-color: rgb(40,93,193); }
div.DivClassName
{
background-color: #285DC1;
}
.BgClassName
{
background-color: #285DC1;
}
</style>
border-color css
<style>
span { border-color: #285DC1; }
span { border-color: rgb(40,93,193); }
td.TdClassName
{
border-color: #285DC1;
}
.TagClassName
{
border-color: #285DC1;
}
</style>