Shades of Cerulean Blue #2957DB
Tints of Cerulean Blue #2957DB
RGB
CMYK
RGB Variations
Color information
#2957DB (or 0x2957DB) is known color: Cerulean Blue. HEX triplet: 29, 57 and DB. RGB value is (41,87,219). Sum of RGB (Red+Green+Blue) = 41+87+219=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #2957DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2957DB is #D6A824. Grayscale: #575757. Windows color (decimal): -14067749 or 14374697. OLE color: 14374697.
HSL color Cylindrical-coordinate representation of color #2957DB: hue angle of 224.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2957DB is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 87 | 219 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.14 |
| HSL | 224.49º | 0.71% | 0.51% | - |
| HSV(B) | 224.49º | 0.81% | 0.86% | - |
| XYZ | 17.11 | 12.4 | 68.51 | - |
| YUV | 88.29 | 201.76 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 219 | 0.81 | 0.60 | 0 | 0.14 | 224.49 | 0.71 | 0.51 |
| Hex | 29 | 57 | DB | 51 | 3C | 0 | E | E0 | 47 | 33 |
| Octal | 51 | 127 | 333 | 121 | 74 | 0 | 16 | 340 | 107 | 63 |
| Binary | 101001 | 1010111 | 11011011 | 1010001 | 111100 | 0 | 1110 | 11100000 | 1000111 | 110011 |
Color Harmonies of #2957DB
Complementary color
Monochromatic Colors of #2957DB
Black with #2957DB
Text Example
Text Example
White with #2957DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2957DB; }
p { color: rgb(41,87,219); }
H1.HeaderClassName
{
color: #2957DB;
}
.AnyTagClassName
{
color: #2957DB;
}
</style>
background-color css
<style>
a { background-color: #2957DB; }
a { background-color: rgb(41,87,219); }
div.DivClassName
{
background-color: #2957DB;
}
.BgClassName
{
background-color: #2957DB;
}
</style>
border-color css
<style>
span { border-color: #2957DB; }
span { border-color: rgb(41,87,219); }
td.TdClassName
{
border-color: #2957DB;
}
.TagClassName
{
border-color: #2957DB;
}
</style>