Shades of Curious Blue #207DBD
Tints of Curious Blue #207DBD
RGB
CMYK
RGB Variations
Color information
#207DBD (or 0x207DBD) is known color: Curious Blue. HEX triplet: 20, 7D and BD. RGB value is (32,125,189). Sum of RGB (Red+Green+Blue) = 32+125+189=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #207DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DBD is #DF8242. Grayscale: #686868. Windows color (decimal): -14647875 or 12418336. OLE color: 12418336.
HSL color Cylindrical-coordinate representation of color #207DBD: hue angle of 204.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #207DBD is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 125 | 189 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.26 |
| HSL | 204.46º | 0.71% | 0.43% | - |
| HSV(B) | 204.46º | 0.83% | 0.74% | - |
| XYZ | 17.11 | 18.65 | 50.84 | - |
| YUV | 104.49 | 175.69 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 189 | 0.83 | 0.34 | 0 | 0.26 | 204.46 | 0.71 | 0.43 |
| Hex | 20 | 7D | BD | 53 | 22 | 0 | 1A | CC | 47 | 2B |
| Octal | 40 | 175 | 275 | 123 | 42 | 0 | 32 | 314 | 107 | 53 |
| Binary | 100000 | 1111101 | 10111101 | 1010011 | 100010 | 0 | 11010 | 11001100 | 1000111 | 101011 |
Color Harmonies of #207DBD
Complementary color
Monochromatic Colors of #207DBD
Black with #207DBD
Text Example
Text Example
White with #207DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DBD; }
p { color: rgb(32,125,189); }
H1.HeaderClassName
{
color: #207DBD;
}
.AnyTagClassName
{
color: #207DBD;
}
</style>
background-color css
<style>
a { background-color: #207DBD; }
a { background-color: rgb(32,125,189); }
div.DivClassName
{
background-color: #207DBD;
}
.BgClassName
{
background-color: #207DBD;
}
</style>
border-color css
<style>
span { border-color: #207DBD; }
span { border-color: rgb(32,125,189); }
td.TdClassName
{
border-color: #207DBD;
}
.TagClassName
{
border-color: #207DBD;
}
</style>