Shades of Cerulean Blue #2862CF
Tints of Cerulean Blue #2862CF
RGB
CMYK
RGB Variations
Color information
#2862CF (or 0x2862CF) is known color: Cerulean Blue. HEX triplet: 28, 62 and CF. RGB value is (40,98,207). Sum of RGB (Red+Green+Blue) = 40+98+207=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #2862CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2862CF is #D79D30. Grayscale: #5C5C5C. Windows color (decimal): -14130481 or 13591080. OLE color: 13591080.
HSL color Cylindrical-coordinate representation of color #2862CF: hue angle of 219.16º degrees, saturation: 0.68, 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 #2862CF is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 98 | 207 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.19 |
| HSL | 219.16º | 0.68% | 0.48% | - |
| HSV(B) | 219.16º | 0.81% | 0.81% | - |
| XYZ | 16.51 | 13.69 | 60.8 | - |
| YUV | 93.08 | 192.28 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 207 | 0.81 | 0.53 | 0 | 0.19 | 219.16 | 0.68 | 0.48 |
| Hex | 28 | 62 | CF | 51 | 35 | 0 | 13 | DB | 44 | 30 |
| Octal | 50 | 142 | 317 | 121 | 65 | 0 | 23 | 333 | 104 | 60 |
| Binary | 101000 | 1100010 | 11001111 | 1010001 | 110101 | 0 | 10011 | 11011011 | 1000100 | 110000 |
Color Harmonies of #2862CF
Complementary color
Monochromatic Colors of #2862CF
Black with #2862CF
Text Example
Text Example
White with #2862CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2862CF; }
p { color: rgb(40,98,207); }
H1.HeaderClassName
{
color: #2862CF;
}
.AnyTagClassName
{
color: #2862CF;
}
</style>
background-color css
<style>
a { background-color: #2862CF; }
a { background-color: rgb(40,98,207); }
div.DivClassName
{
background-color: #2862CF;
}
.BgClassName
{
background-color: #2862CF;
}
</style>
border-color css
<style>
span { border-color: #2862CF; }
span { border-color: rgb(40,98,207); }
td.TdClassName
{
border-color: #2862CF;
}
.TagClassName
{
border-color: #2862CF;
}
</style>