Shades of Cerulean Blue #2954DA
Tints of Cerulean Blue #2954DA
RGB
CMYK
RGB Variations
Color information
#2954DA (or 0x2954DA) is known color: Cerulean Blue. HEX triplet: 29, 54 and DA. RGB value is (41,84,218). Sum of RGB (Red+Green+Blue) = 41+84+218=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #2954DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954DA is #D6AB25. Grayscale: #555555. Windows color (decimal): -14068518 or 14308393. OLE color: 14308393.
HSL color Cylindrical-coordinate representation of color #2954DA: hue angle of 225.42º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2954DA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 84 | 218 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.15 |
| HSL | 225.42º | 0.71% | 0.51% | - |
| HSV(B) | 225.42º | 0.81% | 0.85% | - |
| XYZ | 16.74 | 11.87 | 67.74 | - |
| YUV | 86.42 | 202.25 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 218 | 0.81 | 0.61 | 0 | 0.15 | 225.42 | 0.71 | 0.51 |
| Hex | 29 | 54 | DA | 51 | 3D | 0 | F | E1 | 47 | 33 |
| Octal | 51 | 124 | 332 | 121 | 75 | 0 | 17 | 341 | 107 | 63 |
| Binary | 101001 | 1010100 | 11011010 | 1010001 | 111101 | 0 | 1111 | 11100001 | 1000111 | 110011 |
Color Harmonies of #2954DA
Complementary color
Monochromatic Colors of #2954DA
Black with #2954DA
Text Example
Text Example
White with #2954DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2954DA; }
p { color: rgb(41,84,218); }
H1.HeaderClassName
{
color: #2954DA;
}
.AnyTagClassName
{
color: #2954DA;
}
</style>
background-color css
<style>
a { background-color: #2954DA; }
a { background-color: rgb(41,84,218); }
div.DivClassName
{
background-color: #2954DA;
}
.BgClassName
{
background-color: #2954DA;
}
</style>
border-color css
<style>
span { border-color: #2954DA; }
span { border-color: rgb(41,84,218); }
td.TdClassName
{
border-color: #2954DA;
}
.TagClassName
{
border-color: #2954DA;
}
</style>