Shades of Cerulean Blue #2945DF
Tints of Cerulean Blue #2945DF
RGB
CMYK
RGB Variations
Color information
#2945DF (or 0x2945DF) is known color: Cerulean Blue. HEX triplet: 29, 45 and DF. RGB value is (41,69,223). Sum of RGB (Red+Green+Blue) = 41+69+223=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #2945DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2945DF is #D6BA20. Grayscale: #4D4D4D. Windows color (decimal): -14072353 or 14632233. OLE color: 14632233.
HSL color Cylindrical-coordinate representation of color #2945DF: hue angle of 230.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2945DF is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 69 | 223 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.13 |
| HSL | 230.77º | 0.74% | 0.52% | - |
| HSV(B) | 230.77º | 0.82% | 0.87% | - |
| XYZ | 16.36 | 10.06 | 70.89 | - |
| YUV | 78.18 | 209.72 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 223 | 0.82 | 0.69 | 0 | 0.13 | 230.77 | 0.74 | 0.52 |
| Hex | 29 | 45 | DF | 52 | 45 | 0 | D | E7 | 4A | 34 |
| Octal | 51 | 105 | 337 | 122 | 105 | 0 | 15 | 347 | 112 | 64 |
| Binary | 101001 | 1000101 | 11011111 | 1010010 | 1000101 | 0 | 1101 | 11100111 | 1001010 | 110100 |
Color Harmonies of #2945DF
Complementary color
Monochromatic Colors of #2945DF
Black with #2945DF
Text Example
Text Example
White with #2945DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2945DF; }
p { color: rgb(41,69,223); }
H1.HeaderClassName
{
color: #2945DF;
}
.AnyTagClassName
{
color: #2945DF;
}
</style>
background-color css
<style>
a { background-color: #2945DF; }
a { background-color: rgb(41,69,223); }
div.DivClassName
{
background-color: #2945DF;
}
.BgClassName
{
background-color: #2945DF;
}
</style>
border-color css
<style>
span { border-color: #2945DF; }
span { border-color: rgb(41,69,223); }
td.TdClassName
{
border-color: #2945DF;
}
.TagClassName
{
border-color: #2945DF;
}
</style>