Shades of Cerulean Blue #2865D0
Tints of Cerulean Blue #2865D0
RGB
CMYK
RGB Variations
Color information
#2865D0 (or 0x2865D0) is known color: Cerulean Blue. HEX triplet: 28, 65 and D0. RGB value is (40,101,208). Sum of RGB (Red+Green+Blue) = 40+101+208=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #2865D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865D0 is #D79A2F. Grayscale: #5E5E5E. Windows color (decimal): -14129712 or 13657384. OLE color: 13657384.
HSL color Cylindrical-coordinate representation of color #2865D0: hue angle of 218.21º 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 #2865D0 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 101 | 208 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.18 |
| HSL | 218.21º | 0.68% | 0.49% | - |
| HSV(B) | 218.21º | 0.81% | 0.82% | - |
| XYZ | 16.91 | 14.31 | 61.55 | - |
| YUV | 94.96 | 191.79 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 208 | 0.81 | 0.51 | 0 | 0.18 | 218.21 | 0.68 | 0.49 |
| Hex | 28 | 65 | D0 | 51 | 33 | 0 | 12 | DA | 44 | 31 |
| Octal | 50 | 145 | 320 | 121 | 63 | 0 | 22 | 332 | 104 | 61 |
| Binary | 101000 | 1100101 | 11010000 | 1010001 | 110011 | 0 | 10010 | 11011010 | 1000100 | 110001 |
Color Harmonies of #2865D0
Complementary color
Monochromatic Colors of #2865D0
Black with #2865D0
Text Example
Text Example
White with #2865D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865D0; }
p { color: rgb(40,101,208); }
H1.HeaderClassName
{
color: #2865D0;
}
.AnyTagClassName
{
color: #2865D0;
}
</style>
background-color css
<style>
a { background-color: #2865D0; }
a { background-color: rgb(40,101,208); }
div.DivClassName
{
background-color: #2865D0;
}
.BgClassName
{
background-color: #2865D0;
}
</style>
border-color css
<style>
span { border-color: #2865D0; }
span { border-color: rgb(40,101,208); }
td.TdClassName
{
border-color: #2865D0;
}
.TagClassName
{
border-color: #2865D0;
}
</style>