Shades of Curious Blue #2D7DBF
Tints of Curious Blue #2D7DBF
RGB
CMYK
RGB Variations
Color information
#2D7DBF (or 0x2D7DBF) is known color: Curious Blue. HEX triplet: 2D, 7D and BF. RGB value is (45,125,191). Sum of RGB (Red+Green+Blue) = 45+125+191=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D7DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7DBF is #D28240. Grayscale: #6C6C6C. Windows color (decimal): -13795905 or 12549421. OLE color: 12549421.
HSL color Cylindrical-coordinate representation of color #2D7DBF: hue angle of 207.12º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D7DBF is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 125 | 191 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.25 |
| HSL | 207.12º | 0.62% | 0.46% | - |
| HSV(B) | 207.12º | 0.76% | 0.75% | - |
| XYZ | 17.82 | 18.99 | 52.02 | - |
| YUV | 108.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 125 | 191 | 0.76 | 0.35 | 0 | 0.25 | 207.12 | 0.62 | 0.46 |
| Hex | 2D | 7D | BF | 4C | 23 | 0 | 19 | CF | 3E | 2E |
| Octal | 55 | 175 | 277 | 114 | 43 | 0 | 31 | 317 | 76 | 56 |
| Binary | 101101 | 1111101 | 10111111 | 1001100 | 100011 | 0 | 11001 | 11001111 | 111110 | 101110 |
Color Harmonies of #2D7DBF
Complementary color
Monochromatic Colors of #2D7DBF
Black with #2D7DBF
Text Example
Text Example
White with #2D7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7DBF; }
p { color: rgb(45,125,191); }
H1.HeaderClassName
{
color: #2D7DBF;
}
.AnyTagClassName
{
color: #2D7DBF;
}
</style>
background-color css
<style>
a { background-color: #2D7DBF; }
a { background-color: rgb(45,125,191); }
div.DivClassName
{
background-color: #2D7DBF;
}
.BgClassName
{
background-color: #2D7DBF;
}
</style>
border-color css
<style>
span { border-color: #2D7DBF; }
span { border-color: rgb(45,125,191); }
td.TdClassName
{
border-color: #2D7DBF;
}
.TagClassName
{
border-color: #2D7DBF;
}
</style>