Shades of Curious Blue #207DB4
Tints of Curious Blue #207DB4
RGB
CMYK
RGB Variations
Color information
#207DB4 (or 0x207DB4) is known color: Curious Blue. HEX triplet: 20, 7D and B4. RGB value is (32,125,180). Sum of RGB (Red+Green+Blue) = 32+125+180=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #207DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DB4 is #DF824B. Grayscale: #676767. Windows color (decimal): -14647884 or 11828512. OLE color: 11828512.
HSL color Cylindrical-coordinate representation of color #207DB4: hue angle of 202.3º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #207DB4 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 125 | 180 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.29 |
| HSL | 202.3º | 0.7% | 0.42% | - |
| HSV(B) | 202.3º | 0.82% | 0.71% | - |
| XYZ | 16.17 | 18.27 | 45.85 | - |
| YUV | 103.46 | 171.19 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 180 | 0.82 | 0.31 | 0 | 0.29 | 202.3 | 0.7 | 0.42 |
| Hex | 20 | 7D | B4 | 52 | 1F | 0 | 1D | CA | 46 | 2A |
| Octal | 40 | 175 | 264 | 122 | 37 | 0 | 35 | 312 | 106 | 52 |
| Binary | 100000 | 1111101 | 10110100 | 1010010 | 11111 | 0 | 11101 | 11001010 | 1000110 | 101010 |
Color Harmonies of #207DB4
Complementary color
Monochromatic Colors of #207DB4
Black with #207DB4
Text Example
Text Example
White with #207DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DB4; }
p { color: rgb(32,125,180); }
H1.HeaderClassName
{
color: #207DB4;
}
.AnyTagClassName
{
color: #207DB4;
}
</style>
background-color css
<style>
a { background-color: #207DB4; }
a { background-color: rgb(32,125,180); }
div.DivClassName
{
background-color: #207DB4;
}
.BgClassName
{
background-color: #207DB4;
}
</style>
border-color css
<style>
span { border-color: #207DB4; }
span { border-color: rgb(32,125,180); }
td.TdClassName
{
border-color: #207DB4;
}
.TagClassName
{
border-color: #207DB4;
}
</style>