Shades of Cerulean Blue #2862D0
Tints of Cerulean Blue #2862D0
RGB
CMYK
RGB Variations
Color information
#2862D0 (or 0x2862D0) is known color: Cerulean Blue. HEX triplet: 28, 62 and D0. RGB value is (40,98,208). Sum of RGB (Red+Green+Blue) = 40+98+208=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #2862D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2862D0 is #D79D2F. Grayscale: #5C5C5C. Windows color (decimal): -14130480 or 13656616. OLE color: 13656616.
HSL color Cylindrical-coordinate representation of color #2862D0: hue angle of 219.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2862D0 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 98 | 208 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.18 |
| HSL | 219.29º | 0.68% | 0.49% | - |
| HSV(B) | 219.29º | 0.81% | 0.82% | - |
| XYZ | 16.63 | 13.74 | 61.45 | - |
| YUV | 93.2 | 192.78 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 208 | 0.81 | 0.53 | 0 | 0.18 | 219.29 | 0.68 | 0.49 |
| Hex | 28 | 62 | D0 | 51 | 35 | 0 | 12 | DB | 44 | 31 |
| Octal | 50 | 142 | 320 | 121 | 65 | 0 | 22 | 333 | 104 | 61 |
| Binary | 101000 | 1100010 | 11010000 | 1010001 | 110101 | 0 | 10010 | 11011011 | 1000100 | 110001 |
Color Harmonies of #2862D0
Complementary color
Monochromatic Colors of #2862D0
Black with #2862D0
Text Example
Text Example
White with #2862D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2862D0; }
p { color: rgb(40,98,208); }
H1.HeaderClassName
{
color: #2862D0;
}
.AnyTagClassName
{
color: #2862D0;
}
</style>
background-color css
<style>
a { background-color: #2862D0; }
a { background-color: rgb(40,98,208); }
div.DivClassName
{
background-color: #2862D0;
}
.BgClassName
{
background-color: #2862D0;
}
</style>
border-color css
<style>
span { border-color: #2862D0; }
span { border-color: rgb(40,98,208); }
td.TdClassName
{
border-color: #2862D0;
}
.TagClassName
{
border-color: #2862D0;
}
</style>