Shades of Cerulean Blue #2858CA
Tints of Cerulean Blue #2858CA
RGB
CMYK
RGB Variations
Color information
#2858CA (or 0x2858CA) is known color: Cerulean Blue. HEX triplet: 28, 58 and CA. RGB value is (40,88,202). Sum of RGB (Red+Green+Blue) = 40+88+202=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #2858CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2858CA is #D7A735. Grayscale: #565656. Windows color (decimal): -14133046 or 13260840. OLE color: 13260840.
HSL color Cylindrical-coordinate representation of color #2858CA: hue angle of 222.22º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2858CA is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 88 | 202 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.21 |
| HSL | 222.22º | 0.67% | 0.47% | - |
| HSV(B) | 222.22º | 0.8% | 0.79% | - |
| XYZ | 15.03 | 11.69 | 57.34 | - |
| YUV | 86.64 | 193.1 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 202 | 0.80 | 0.56 | 0 | 0.21 | 222.22 | 0.67 | 0.47 |
| Hex | 28 | 58 | CA | 50 | 38 | 0 | 15 | DE | 43 | 2F |
| Octal | 50 | 130 | 312 | 120 | 70 | 0 | 25 | 336 | 103 | 57 |
| Binary | 101000 | 1011000 | 11001010 | 1010000 | 111000 | 0 | 10101 | 11011110 | 1000011 | 101111 |
Color Harmonies of #2858CA
Complementary color
Monochromatic Colors of #2858CA
Black with #2858CA
Text Example
Text Example
White with #2858CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2858CA; }
p { color: rgb(40,88,202); }
H1.HeaderClassName
{
color: #2858CA;
}
.AnyTagClassName
{
color: #2858CA;
}
</style>
background-color css
<style>
a { background-color: #2858CA; }
a { background-color: rgb(40,88,202); }
div.DivClassName
{
background-color: #2858CA;
}
.BgClassName
{
background-color: #2858CA;
}
</style>
border-color css
<style>
span { border-color: #2858CA; }
span { border-color: rgb(40,88,202); }
td.TdClassName
{
border-color: #2858CA;
}
.TagClassName
{
border-color: #2858CA;
}
</style>