Shades of Cerulean Blue #2862BD
Tints of Cerulean Blue #2862BD
RGB
CMYK
RGB Variations
Color information
#2862BD (or 0x2862BD) is known color: Cerulean Blue. HEX triplet: 28, 62 and BD. RGB value is (40,98,189). Sum of RGB (Red+Green+Blue) = 40+98+189=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #2862BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2862BD is #D79D42. Grayscale: #5A5A5A. Windows color (decimal): -14130499 or 12411432. OLE color: 12411432.
HSL color Cylindrical-coordinate representation of color #2862BD: hue angle of 216.64º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2862BD is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 98 | 189 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.26 |
| HSL | 216.64º | 0.65% | 0.45% | - |
| HSV(B) | 216.64º | 0.79% | 0.74% | - |
| XYZ | 14.43 | 12.86 | 49.87 | - |
| YUV | 91.03 | 183.28 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 189 | 0.79 | 0.48 | 0 | 0.26 | 216.64 | 0.65 | 0.45 |
| Hex | 28 | 62 | BD | 4F | 30 | 0 | 1A | D9 | 41 | 2D |
| Octal | 50 | 142 | 275 | 117 | 60 | 0 | 32 | 331 | 101 | 55 |
| Binary | 101000 | 1100010 | 10111101 | 1001111 | 110000 | 0 | 11010 | 11011001 | 1000001 | 101101 |
Color Harmonies of #2862BD
Complementary color
Monochromatic Colors of #2862BD
Black with #2862BD
Text Example
Text Example
White with #2862BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2862BD; }
p { color: rgb(40,98,189); }
H1.HeaderClassName
{
color: #2862BD;
}
.AnyTagClassName
{
color: #2862BD;
}
</style>
background-color css
<style>
a { background-color: #2862BD; }
a { background-color: rgb(40,98,189); }
div.DivClassName
{
background-color: #2862BD;
}
.BgClassName
{
background-color: #2862BD;
}
</style>
border-color css
<style>
span { border-color: #2862BD; }
span { border-color: rgb(40,98,189); }
td.TdClassName
{
border-color: #2862BD;
}
.TagClassName
{
border-color: #2862BD;
}
</style>