Shades of Cerulean Blue #2D45DD
Tints of Cerulean Blue #2D45DD
RGB
CMYK
RGB Variations
Color information
#2D45DD (or 0x2D45DD) is known color: Cerulean Blue. HEX triplet: 2D, 45 and DD. RGB value is (45,69,221). Sum of RGB (Red+Green+Blue) = 45+69+221=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D45DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D45DD is #D2BA22. Grayscale: #4E4E4E. Windows color (decimal): -13810211 or 14501165. OLE color: 14501165.
HSL color Cylindrical-coordinate representation of color #2D45DD: hue angle of 231.82º 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 #2D45DD is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 69 | 221 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.13 |
| HSL | 231.82º | 0.72% | 0.52% | - |
| HSV(B) | 231.82º | 0.8% | 0.87% | - |
| XYZ | 16.26 | 10.03 | 69.49 | - |
| YUV | 79.15 | 208.05 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 221 | 0.80 | 0.69 | 0 | 0.13 | 231.82 | 0.72 | 0.52 |
| Hex | 2D | 45 | DD | 50 | 45 | 0 | D | E8 | 48 | 34 |
| Octal | 55 | 105 | 335 | 120 | 105 | 0 | 15 | 350 | 110 | 64 |
| Binary | 101101 | 1000101 | 11011101 | 1010000 | 1000101 | 0 | 1101 | 11101000 | 1001000 | 110100 |
Color Harmonies of #2D45DD
Complementary color
Monochromatic Colors of #2D45DD
Black with #2D45DD
Text Example
Text Example
White with #2D45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D45DD; }
p { color: rgb(45,69,221); }
H1.HeaderClassName
{
color: #2D45DD;
}
.AnyTagClassName
{
color: #2D45DD;
}
</style>
background-color css
<style>
a { background-color: #2D45DD; }
a { background-color: rgb(45,69,221); }
div.DivClassName
{
background-color: #2D45DD;
}
.BgClassName
{
background-color: #2D45DD;
}
</style>
border-color css
<style>
span { border-color: #2D45DD; }
span { border-color: rgb(45,69,221); }
td.TdClassName
{
border-color: #2D45DD;
}
.TagClassName
{
border-color: #2D45DD;
}
</style>