Shades of Cerulean Blue #2865CE
Tints of Cerulean Blue #2865CE
RGB
CMYK
RGB Variations
Color information
#2865CE (or 0x2865CE) is known color: Cerulean Blue. HEX triplet: 28, 65 and CE. RGB value is (40,101,206). Sum of RGB (Red+Green+Blue) = 40+101+206=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #2865CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865CE is #D79A31. Grayscale: #5E5E5E. Windows color (decimal): -14129714 or 13526312. OLE color: 13526312.
HSL color Cylindrical-coordinate representation of color #2865CE: hue angle of 217.95º 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 #2865CE is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 101 | 206 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.19 |
| HSL | 217.95º | 0.67% | 0.48% | - |
| HSV(B) | 217.95º | 0.81% | 0.81% | - |
| XYZ | 16.67 | 14.21 | 60.26 | - |
| YUV | 94.73 | 190.79 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 206 | 0.81 | 0.51 | 0 | 0.19 | 217.95 | 0.67 | 0.48 |
| Hex | 28 | 65 | CE | 51 | 33 | 0 | 13 | DA | 43 | 30 |
| Octal | 50 | 145 | 316 | 121 | 63 | 0 | 23 | 332 | 103 | 60 |
| Binary | 101000 | 1100101 | 11001110 | 1010001 | 110011 | 0 | 10011 | 11011010 | 1000011 | 110000 |
Color Harmonies of #2865CE
Complementary color
Monochromatic Colors of #2865CE
Black with #2865CE
Text Example
Text Example
White with #2865CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865CE; }
p { color: rgb(40,101,206); }
H1.HeaderClassName
{
color: #2865CE;
}
.AnyTagClassName
{
color: #2865CE;
}
</style>
background-color css
<style>
a { background-color: #2865CE; }
a { background-color: rgb(40,101,206); }
div.DivClassName
{
background-color: #2865CE;
}
.BgClassName
{
background-color: #2865CE;
}
</style>
border-color css
<style>
span { border-color: #2865CE; }
span { border-color: rgb(40,101,206); }
td.TdClassName
{
border-color: #2865CE;
}
.TagClassName
{
border-color: #2865CE;
}
</style>