Shades of Cerulean Blue #2863CF
Tints of Cerulean Blue #2863CF
RGB
CMYK
RGB Variations
Color information
#2863CF (or 0x2863CF) is known color: Cerulean Blue. HEX triplet: 28, 63 and CF. RGB value is (40,99,207). Sum of RGB (Red+Green+Blue) = 40+99+207=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #2863CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863CF is #D79C30. Grayscale: #5D5D5D. Windows color (decimal): -14130225 or 13591336. OLE color: 13591336.
HSL color Cylindrical-coordinate representation of color #2863CF: hue angle of 218.8º 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 #2863CF is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 99 | 207 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.19 |
| HSL | 218.8º | 0.68% | 0.48% | - |
| HSV(B) | 218.8º | 0.81% | 0.81% | - |
| XYZ | 16.6 | 13.88 | 60.84 | - |
| YUV | 93.67 | 191.95 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 207 | 0.81 | 0.52 | 0 | 0.19 | 218.8 | 0.68 | 0.48 |
| Hex | 28 | 63 | CF | 51 | 34 | 0 | 13 | DB | 44 | 30 |
| Octal | 50 | 143 | 317 | 121 | 64 | 0 | 23 | 333 | 104 | 60 |
| Binary | 101000 | 1100011 | 11001111 | 1010001 | 110100 | 0 | 10011 | 11011011 | 1000100 | 110000 |
Color Harmonies of #2863CF
Complementary color
Monochromatic Colors of #2863CF
Black with #2863CF
Text Example
Text Example
White with #2863CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2863CF; }
p { color: rgb(40,99,207); }
H1.HeaderClassName
{
color: #2863CF;
}
.AnyTagClassName
{
color: #2863CF;
}
</style>
background-color css
<style>
a { background-color: #2863CF; }
a { background-color: rgb(40,99,207); }
div.DivClassName
{
background-color: #2863CF;
}
.BgClassName
{
background-color: #2863CF;
}
</style>
border-color css
<style>
span { border-color: #2863CF; }
span { border-color: rgb(40,99,207); }
td.TdClassName
{
border-color: #2863CF;
}
.TagClassName
{
border-color: #2863CF;
}
</style>