Shades of Cerulean Blue #2954DB
Tints of Cerulean Blue #2954DB
RGB
CMYK
RGB Variations
Color information
#2954DB (or 0x2954DB) is known color: Cerulean Blue. HEX triplet: 29, 54 and DB. RGB value is (41,84,219). Sum of RGB (Red+Green+Blue) = 41+84+219=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #2954DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954DB is #D6AB24. Grayscale: #555555. Windows color (decimal): -14068517 or 14373929. OLE color: 14373929.
HSL color Cylindrical-coordinate representation of color #2954DB: hue angle of 225.51º 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 #2954DB is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 84 | 219 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.14 |
| HSL | 225.51º | 0.71% | 0.51% | - |
| HSV(B) | 225.51º | 0.81% | 0.86% | - |
| XYZ | 16.87 | 11.93 | 68.43 | - |
| YUV | 86.53 | 202.75 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 219 | 0.81 | 0.62 | 0 | 0.14 | 225.51 | 0.71 | 0.51 |
| Hex | 29 | 54 | DB | 51 | 3E | 0 | E | E2 | 47 | 33 |
| Octal | 51 | 124 | 333 | 121 | 76 | 0 | 16 | 342 | 107 | 63 |
| Binary | 101001 | 1010100 | 11011011 | 1010001 | 111110 | 0 | 1110 | 11100010 | 1000111 | 110011 |
Color Harmonies of #2954DB
Complementary color
Monochromatic Colors of #2954DB
Black with #2954DB
Text Example
Text Example
White with #2954DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2954DB; }
p { color: rgb(41,84,219); }
H1.HeaderClassName
{
color: #2954DB;
}
.AnyTagClassName
{
color: #2954DB;
}
</style>
background-color css
<style>
a { background-color: #2954DB; }
a { background-color: rgb(41,84,219); }
div.DivClassName
{
background-color: #2954DB;
}
.BgClassName
{
background-color: #2954DB;
}
</style>
border-color css
<style>
span { border-color: #2954DB; }
span { border-color: rgb(41,84,219); }
td.TdClassName
{
border-color: #2954DB;
}
.TagClassName
{
border-color: #2954DB;
}
</style>