Shades of Cerulean Blue #2D46DD
Tints of Cerulean Blue #2D46DD
RGB
CMYK
RGB Variations
Color information
#2D46DD (or 0x2D46DD) is known color: Cerulean Blue. HEX triplet: 2D, 46 and DD. RGB value is (45,70,221). Sum of RGB (Red+Green+Blue) = 45+70+221=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D46DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D46DD is #D2B922. Grayscale: #4F4F4F. Windows color (decimal): -13809955 or 14501421. OLE color: 14501421.
HSL color Cylindrical-coordinate representation of color #2D46DD: hue angle of 231.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D46DD is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 70 | 221 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.13 |
| HSL | 231.48º | 0.72% | 0.52% | - |
| HSV(B) | 231.48º | 0.8% | 0.87% | - |
| XYZ | 16.32 | 10.16 | 69.51 | - |
| YUV | 79.74 | 207.72 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 221 | 0.80 | 0.68 | 0 | 0.13 | 231.48 | 0.72 | 0.52 |
| Hex | 2D | 46 | DD | 50 | 44 | 0 | D | E7 | 48 | 34 |
| Octal | 55 | 106 | 335 | 120 | 104 | 0 | 15 | 347 | 110 | 64 |
| Binary | 101101 | 1000110 | 11011101 | 1010000 | 1000100 | 0 | 1101 | 11100111 | 1001000 | 110100 |
Color Harmonies of #2D46DD
Complementary color
Monochromatic Colors of #2D46DD
Black with #2D46DD
Text Example
Text Example
White with #2D46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D46DD; }
p { color: rgb(45,70,221); }
H1.HeaderClassName
{
color: #2D46DD;
}
.AnyTagClassName
{
color: #2D46DD;
}
</style>
background-color css
<style>
a { background-color: #2D46DD; }
a { background-color: rgb(45,70,221); }
div.DivClassName
{
background-color: #2D46DD;
}
.BgClassName
{
background-color: #2D46DD;
}
</style>
border-color css
<style>
span { border-color: #2D46DD; }
span { border-color: rgb(45,70,221); }
td.TdClassName
{
border-color: #2D46DD;
}
.TagClassName
{
border-color: #2D46DD;
}
</style>