Shades of Curious Blue #2D7DD0
Tints of Curious Blue #2D7DD0
RGB
CMYK
RGB Variations
Color information
#2D7DD0 (or 0x2D7DD0) is known color: Curious Blue. HEX triplet: 2D, 7D and D0. RGB value is (45,125,208). Sum of RGB (Red+Green+Blue) = 45+125+208=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #2D7DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7DD0 is #D2822F. Grayscale: #6E6E6E. Windows color (decimal): -13795888 or 13663533. OLE color: 13663533.
HSL color Cylindrical-coordinate representation of color #2D7DD0: hue angle of 210.55º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D7DD0 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 125 | 208 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.18 |
| HSL | 210.55º | 0.64% | 0.5% | - |
| HSV(B) | 210.55º | 0.78% | 0.82% | - |
| XYZ | 19.8 | 19.78 | 62.45 | - |
| YUV | 110.54 | 183 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 125 | 208 | 0.78 | 0.40 | 0 | 0.18 | 210.55 | 0.64 | 0.5 |
| Hex | 2D | 7D | D0 | 4E | 28 | 0 | 12 | D3 | 40 | 32 |
| Octal | 55 | 175 | 320 | 116 | 50 | 0 | 22 | 323 | 100 | 62 |
| Binary | 101101 | 1111101 | 11010000 | 1001110 | 101000 | 0 | 10010 | 11010011 | 1000000 | 110010 |
Color Harmonies of #2D7DD0
Complementary color
Monochromatic Colors of #2D7DD0
Black with #2D7DD0
Text Example
Text Example
White with #2D7DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7DD0; }
p { color: rgb(45,125,208); }
H1.HeaderClassName
{
color: #2D7DD0;
}
.AnyTagClassName
{
color: #2D7DD0;
}
</style>
background-color css
<style>
a { background-color: #2D7DD0; }
a { background-color: rgb(45,125,208); }
div.DivClassName
{
background-color: #2D7DD0;
}
.BgClassName
{
background-color: #2D7DD0;
}
</style>
border-color css
<style>
span { border-color: #2D7DD0; }
span { border-color: rgb(45,125,208); }
td.TdClassName
{
border-color: #2D7DD0;
}
.TagClassName
{
border-color: #2D7DD0;
}
</style>