Shades of Curious Blue #207FD2
Tints of Curious Blue #207FD2
RGB
CMYK
RGB Variations
Color information
#207FD2 (or 0x207FD2) is known color: Curious Blue. HEX triplet: 20, 7F and D2. RGB value is (32,127,210). Sum of RGB (Red+Green+Blue) = 32+127+210=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #207FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FD2 is #DF802D. Grayscale: #6B6B6B. Windows color (decimal): -14647342 or 13795104. OLE color: 13795104.
HSL color Cylindrical-coordinate representation of color #207FD2: hue angle of 207.98º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207FD2 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 127 | 210 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.18 |
| HSL | 207.98º | 0.74% | 0.47% | - |
| HSV(B) | 207.98º | 0.85% | 0.82% | - |
| XYZ | 19.82 | 20.14 | 63.82 | - |
| YUV | 108.06 | 185.53 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 210 | 0.85 | 0.40 | 0 | 0.18 | 207.98 | 0.74 | 0.47 |
| Hex | 20 | 7F | D2 | 55 | 28 | 0 | 12 | D0 | 4A | 2F |
| Octal | 40 | 177 | 322 | 125 | 50 | 0 | 22 | 320 | 112 | 57 |
| Binary | 100000 | 1111111 | 11010010 | 1010101 | 101000 | 0 | 10010 | 11010000 | 1001010 | 101111 |
Color Harmonies of #207FD2
Complementary color
Monochromatic Colors of #207FD2
Black with #207FD2
Text Example
Text Example
White with #207FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FD2; }
p { color: rgb(32,127,210); }
H1.HeaderClassName
{
color: #207FD2;
}
.AnyTagClassName
{
color: #207FD2;
}
</style>
background-color css
<style>
a { background-color: #207FD2; }
a { background-color: rgb(32,127,210); }
div.DivClassName
{
background-color: #207FD2;
}
.BgClassName
{
background-color: #207FD2;
}
</style>
border-color css
<style>
span { border-color: #207FD2; }
span { border-color: rgb(32,127,210); }
td.TdClassName
{
border-color: #207FD2;
}
.TagClassName
{
border-color: #207FD2;
}
</style>