Shades of Curious Blue #207DBF
Tints of Curious Blue #207DBF
RGB
CMYK
RGB Variations
Color information
#207DBF (or 0x207DBF) is known color: Curious Blue. HEX triplet: 20, 7D and BF. RGB value is (32,125,191). Sum of RGB (Red+Green+Blue) = 32+125+191=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #207DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DBF is #DF8240. Grayscale: #686868. Windows color (decimal): -14647873 or 12549408. OLE color: 12549408.
HSL color Cylindrical-coordinate representation of color #207DBF: hue angle of 204.91º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #207DBF is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 125 | 191 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.25 |
| HSL | 204.91º | 0.71% | 0.44% | - |
| HSV(B) | 204.91º | 0.83% | 0.75% | - |
| XYZ | 17.33 | 18.74 | 51.99 | - |
| YUV | 104.72 | 176.69 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 191 | 0.83 | 0.35 | 0 | 0.25 | 204.91 | 0.71 | 0.44 |
| Hex | 20 | 7D | BF | 53 | 23 | 0 | 19 | CD | 47 | 2C |
| Octal | 40 | 175 | 277 | 123 | 43 | 0 | 31 | 315 | 107 | 54 |
| Binary | 100000 | 1111101 | 10111111 | 1010011 | 100011 | 0 | 11001 | 11001101 | 1000111 | 101100 |
Color Harmonies of #207DBF
Complementary color
Monochromatic Colors of #207DBF
Black with #207DBF
Text Example
Text Example
White with #207DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DBF; }
p { color: rgb(32,125,191); }
H1.HeaderClassName
{
color: #207DBF;
}
.AnyTagClassName
{
color: #207DBF;
}
</style>
background-color css
<style>
a { background-color: #207DBF; }
a { background-color: rgb(32,125,191); }
div.DivClassName
{
background-color: #207DBF;
}
.BgClassName
{
background-color: #207DBF;
}
</style>
border-color css
<style>
span { border-color: #207DBF; }
span { border-color: rgb(32,125,191); }
td.TdClassName
{
border-color: #207DBF;
}
.TagClassName
{
border-color: #207DBF;
}
</style>