Shades of Cerulean Blue #2858CE
Tints of Cerulean Blue #2858CE
RGB
CMYK
RGB Variations
Color information
#2858CE (or 0x2858CE) is known color: Cerulean Blue. HEX triplet: 28, 58 and CE. RGB value is (40,88,206). Sum of RGB (Red+Green+Blue) = 40+88+206=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #2858CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2858CE is #D7A731. Grayscale: #565656. Windows color (decimal): -14133042 or 13522984. OLE color: 13522984.
HSL color Cylindrical-coordinate representation of color #2858CE: hue angle of 222.65º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2858CE is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 88 | 206 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.19 |
| HSL | 222.65º | 0.67% | 0.48% | - |
| HSV(B) | 222.65º | 0.81% | 0.81% | - |
| XYZ | 15.51 | 11.89 | 59.87 | - |
| YUV | 87.1 | 195.1 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 206 | 0.81 | 0.57 | 0 | 0.19 | 222.65 | 0.67 | 0.48 |
| Hex | 28 | 58 | CE | 51 | 39 | 0 | 13 | DF | 43 | 30 |
| Octal | 50 | 130 | 316 | 121 | 71 | 0 | 23 | 337 | 103 | 60 |
| Binary | 101000 | 1011000 | 11001110 | 1010001 | 111001 | 0 | 10011 | 11011111 | 1000011 | 110000 |
Color Harmonies of #2858CE
Complementary color
Monochromatic Colors of #2858CE
Black with #2858CE
Text Example
Text Example
White with #2858CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2858CE; }
p { color: rgb(40,88,206); }
H1.HeaderClassName
{
color: #2858CE;
}
.AnyTagClassName
{
color: #2858CE;
}
</style>
background-color css
<style>
a { background-color: #2858CE; }
a { background-color: rgb(40,88,206); }
div.DivClassName
{
background-color: #2858CE;
}
.BgClassName
{
background-color: #2858CE;
}
</style>
border-color css
<style>
span { border-color: #2858CE; }
span { border-color: rgb(40,88,206); }
td.TdClassName
{
border-color: #2858CE;
}
.TagClassName
{
border-color: #2858CE;
}
</style>