Shades of Cerulean Blue #2942DF
Tints of Cerulean Blue #2942DF
RGB
CMYK
RGB Variations
Color information
#2942DF (or 0x2942DF) is known color: Cerulean Blue. HEX triplet: 29, 42 and DF. RGB value is (41,66,223). Sum of RGB (Red+Green+Blue) = 41+66+223=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #2942DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2942DF is #D6BD20. Grayscale: #4B4B4B. Windows color (decimal): -14073121 or 14631465. OLE color: 14631465.
HSL color Cylindrical-coordinate representation of color #2942DF: hue angle of 231.76º 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 #2942DF is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 66 | 223 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.13 |
| HSL | 231.76º | 0.74% | 0.52% | - |
| HSV(B) | 231.76º | 0.82% | 0.87% | - |
| XYZ | 16.18 | 9.7 | 70.83 | - |
| YUV | 76.42 | 210.72 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 223 | 0.82 | 0.70 | 0 | 0.13 | 231.76 | 0.74 | 0.52 |
| Hex | 29 | 42 | DF | 52 | 46 | 0 | D | E8 | 4A | 34 |
| Octal | 51 | 102 | 337 | 122 | 106 | 0 | 15 | 350 | 112 | 64 |
| Binary | 101001 | 1000010 | 11011111 | 1010010 | 1000110 | 0 | 1101 | 11101000 | 1001010 | 110100 |
Color Harmonies of #2942DF
Complementary color
Monochromatic Colors of #2942DF
Black with #2942DF
Text Example
Text Example
White with #2942DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2942DF; }
p { color: rgb(41,66,223); }
H1.HeaderClassName
{
color: #2942DF;
}
.AnyTagClassName
{
color: #2942DF;
}
</style>
background-color css
<style>
a { background-color: #2942DF; }
a { background-color: rgb(41,66,223); }
div.DivClassName
{
background-color: #2942DF;
}
.BgClassName
{
background-color: #2942DF;
}
</style>
border-color css
<style>
span { border-color: #2942DF; }
span { border-color: rgb(41,66,223); }
td.TdClassName
{
border-color: #2942DF;
}
.TagClassName
{
border-color: #2942DF;
}
</style>