Shades of Cerulean Blue #2D50DD
Tints of Cerulean Blue #2D50DD
RGB
CMYK
RGB Variations
Color information
#2D50DD (or 0x2D50DD) is known color: Cerulean Blue. HEX triplet: 2D, 50 and DD. RGB value is (45,80,221). Sum of RGB (Red+Green+Blue) = 45+80+221=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D50DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D50DD is #D2AF22. Grayscale: #555555. Windows color (decimal): -13807395 or 14503981. OLE color: 14503981.
HSL color Cylindrical-coordinate representation of color #2D50DD: hue angle of 228.07º 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 #2D50DD is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 80 | 221 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.13 |
| HSL | 228.07º | 0.72% | 0.52% | - |
| HSV(B) | 228.07º | 0.8% | 0.87% | - |
| XYZ | 17 | 11.52 | 69.73 | - |
| YUV | 85.61 | 204.4 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 221 | 0.80 | 0.64 | 0 | 0.13 | 228.07 | 0.72 | 0.52 |
| Hex | 2D | 50 | DD | 50 | 40 | 0 | D | E4 | 48 | 34 |
| Octal | 55 | 120 | 335 | 120 | 100 | 0 | 15 | 344 | 110 | 64 |
| Binary | 101101 | 1010000 | 11011101 | 1010000 | 1000000 | 0 | 1101 | 11100100 | 1001000 | 110100 |
Color Harmonies of #2D50DD
Complementary color
Monochromatic Colors of #2D50DD
Black with #2D50DD
Text Example
Text Example
White with #2D50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D50DD; }
p { color: rgb(45,80,221); }
H1.HeaderClassName
{
color: #2D50DD;
}
.AnyTagClassName
{
color: #2D50DD;
}
</style>
background-color css
<style>
a { background-color: #2D50DD; }
a { background-color: rgb(45,80,221); }
div.DivClassName
{
background-color: #2D50DD;
}
.BgClassName
{
background-color: #2D50DD;
}
</style>
border-color css
<style>
span { border-color: #2D50DD; }
span { border-color: rgb(45,80,221); }
td.TdClassName
{
border-color: #2D50DD;
}
.TagClassName
{
border-color: #2D50DD;
}
</style>