Shades of Cerulean Blue #2864CE
Tints of Cerulean Blue #2864CE
RGB
CMYK
RGB Variations
Color information
#2864CE (or 0x2864CE) is known color: Cerulean Blue. HEX triplet: 28, 64 and CE. RGB value is (40,100,206). Sum of RGB (Red+Green+Blue) = 40+100+206=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #2864CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864CE is #D79B31. Grayscale: #5D5D5D. Windows color (decimal): -14129970 or 13526056. OLE color: 13526056.
HSL color Cylindrical-coordinate representation of color #2864CE: hue angle of 218.31º degrees, saturation: 0.67, 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 #2864CE is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 100 | 206 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.19 |
| HSL | 218.31º | 0.67% | 0.48% | - |
| HSV(B) | 218.31º | 0.81% | 0.81% | - |
| XYZ | 16.57 | 14.02 | 60.23 | - |
| YUV | 94.14 | 191.12 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 206 | 0.81 | 0.51 | 0 | 0.19 | 218.31 | 0.67 | 0.48 |
| Hex | 28 | 64 | CE | 51 | 33 | 0 | 13 | DA | 43 | 30 |
| Octal | 50 | 144 | 316 | 121 | 63 | 0 | 23 | 332 | 103 | 60 |
| Binary | 101000 | 1100100 | 11001110 | 1010001 | 110011 | 0 | 10011 | 11011010 | 1000011 | 110000 |
Color Harmonies of #2864CE
Complementary color
Monochromatic Colors of #2864CE
Black with #2864CE
Text Example
Text Example
White with #2864CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2864CE; }
p { color: rgb(40,100,206); }
H1.HeaderClassName
{
color: #2864CE;
}
.AnyTagClassName
{
color: #2864CE;
}
</style>
background-color css
<style>
a { background-color: #2864CE; }
a { background-color: rgb(40,100,206); }
div.DivClassName
{
background-color: #2864CE;
}
.BgClassName
{
background-color: #2864CE;
}
</style>
border-color css
<style>
span { border-color: #2864CE; }
span { border-color: rgb(40,100,206); }
td.TdClassName
{
border-color: #2864CE;
}
.TagClassName
{
border-color: #2864CE;
}
</style>