Shades of Cerulean Blue #2864D2
Tints of Cerulean Blue #2864D2
RGB
CMYK
RGB Variations
Color information
#2864D2 (or 0x2864D2) is known color: Cerulean Blue. HEX triplet: 28, 64 and D2. RGB value is (40,100,210). Sum of RGB (Red+Green+Blue) = 40+100+210=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 210 (82.42% from 255 or 60% from 350); Max value from RGB is 210 - color contains mainly: blue. Hex color #2864D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864D2 is #D79B2D. Grayscale: #5E5E5E. Windows color (decimal): -14129966 or 13788200. OLE color: 13788200.
HSL color Cylindrical-coordinate representation of color #2864D2: hue angle of 218.82º 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 #2864D2 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 100 | 210 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.18 |
| HSL | 218.82º | 0.68% | 0.49% | - |
| HSV(B) | 218.82º | 0.81% | 0.82% | - |
| XYZ | 17.07 | 14.22 | 62.82 | - |
| YUV | 94.6 | 193.12 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 210 | 0.81 | 0.52 | 0 | 0.18 | 218.82 | 0.68 | 0.49 |
| Hex | 28 | 64 | D2 | 51 | 34 | 0 | 12 | DB | 44 | 31 |
| Octal | 50 | 144 | 322 | 121 | 64 | 0 | 22 | 333 | 104 | 61 |
| Binary | 101000 | 1100100 | 11010010 | 1010001 | 110100 | 0 | 10010 | 11011011 | 1000100 | 110001 |
Color Harmonies of #2864D2
Complementary color
Monochromatic Colors of #2864D2
Black with #2864D2
Text Example
Text Example
White with #2864D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2864D2; }
p { color: rgb(40,100,210); }
H1.HeaderClassName
{
color: #2864D2;
}
.AnyTagClassName
{
color: #2864D2;
}
</style>
background-color css
<style>
a { background-color: #2864D2; }
a { background-color: rgb(40,100,210); }
div.DivClassName
{
background-color: #2864D2;
}
.BgClassName
{
background-color: #2864D2;
}
</style>
border-color css
<style>
span { border-color: #2864D2; }
span { border-color: rgb(40,100,210); }
td.TdClassName
{
border-color: #2864D2;
}
.TagClassName
{
border-color: #2864D2;
}
</style>