Shades of Cerulean Blue #2954D0
Tints of Cerulean Blue #2954D0
RGB
CMYK
RGB Variations
Color information
#2954D0 (or 0x2954D0) is known color: Cerulean Blue. HEX triplet: 29, 54 and D0. RGB value is (41,84,208). Sum of RGB (Red+Green+Blue) = 41+84+208=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #2954D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954D0 is #D6AB2F. Grayscale: #545454. Windows color (decimal): -14068528 or 13653033. OLE color: 13653033.
HSL color Cylindrical-coordinate representation of color #2954D0: hue angle of 224.55º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2954D0 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 84 | 208 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.18 |
| HSL | 224.55º | 0.67% | 0.49% | - |
| HSV(B) | 224.55º | 0.8% | 0.82% | - |
| XYZ | 15.47 | 11.37 | 61.05 | - |
| YUV | 85.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 208 | 0.80 | 0.60 | 0 | 0.18 | 224.55 | 0.67 | 0.49 |
| Hex | 29 | 54 | D0 | 50 | 3C | 0 | 12 | E1 | 43 | 31 |
| Octal | 51 | 124 | 320 | 120 | 74 | 0 | 22 | 341 | 103 | 61 |
| Binary | 101001 | 1010100 | 11010000 | 1010000 | 111100 | 0 | 10010 | 11100001 | 1000011 | 110001 |
Color Harmonies of #2954D0
Complementary color
Monochromatic Colors of #2954D0
Black with #2954D0
Text Example
Text Example
White with #2954D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2954D0; }
p { color: rgb(41,84,208); }
H1.HeaderClassName
{
color: #2954D0;
}
.AnyTagClassName
{
color: #2954D0;
}
</style>
background-color css
<style>
a { background-color: #2954D0; }
a { background-color: rgb(41,84,208); }
div.DivClassName
{
background-color: #2954D0;
}
.BgClassName
{
background-color: #2954D0;
}
</style>
border-color css
<style>
span { border-color: #2954D0; }
span { border-color: rgb(41,84,208); }
td.TdClassName
{
border-color: #2954D0;
}
.TagClassName
{
border-color: #2954D0;
}
</style>