Shades of Cerulean Blue #2863D0
Tints of Cerulean Blue #2863D0
RGB
CMYK
RGB Variations
Color information
#2863D0 (or 0x2863D0) is known color: Cerulean Blue. HEX triplet: 28, 63 and D0. RGB value is (40,99,208). Sum of RGB (Red+Green+Blue) = 40+99+208=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #2863D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863D0 is #D79C2F. Grayscale: #5D5D5D. Windows color (decimal): -14130224 or 13656872. OLE color: 13656872.
HSL color Cylindrical-coordinate representation of color #2863D0: hue angle of 218.93º 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 #2863D0 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 99 | 208 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.18 |
| HSL | 218.93º | 0.68% | 0.49% | - |
| HSV(B) | 218.93º | 0.81% | 0.82% | - |
| XYZ | 16.72 | 13.93 | 61.48 | - |
| YUV | 93.79 | 192.45 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 208 | 0.81 | 0.52 | 0 | 0.18 | 218.93 | 0.68 | 0.49 |
| Hex | 28 | 63 | D0 | 51 | 34 | 0 | 12 | DB | 44 | 31 |
| Octal | 50 | 143 | 320 | 121 | 64 | 0 | 22 | 333 | 104 | 61 |
| Binary | 101000 | 1100011 | 11010000 | 1010001 | 110100 | 0 | 10010 | 11011011 | 1000100 | 110001 |
Color Harmonies of #2863D0
Complementary color
Monochromatic Colors of #2863D0
Black with #2863D0
Text Example
Text Example
White with #2863D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2863D0; }
p { color: rgb(40,99,208); }
H1.HeaderClassName
{
color: #2863D0;
}
.AnyTagClassName
{
color: #2863D0;
}
</style>
background-color css
<style>
a { background-color: #2863D0; }
a { background-color: rgb(40,99,208); }
div.DivClassName
{
background-color: #2863D0;
}
.BgClassName
{
background-color: #2863D0;
}
</style>
border-color css
<style>
span { border-color: #2863D0; }
span { border-color: rgb(40,99,208); }
td.TdClassName
{
border-color: #2863D0;
}
.TagClassName
{
border-color: #2863D0;
}
</style>