Shades of Curious Blue #207FCB
Tints of Curious Blue #207FCB
RGB
CMYK
RGB Variations
Color information
#207FCB (or 0x207FCB) is known color: Curious Blue. HEX triplet: 20, 7F and CB. RGB value is (32,127,203). Sum of RGB (Red+Green+Blue) = 32+127+203=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #207FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FCB is #DF8034. Grayscale: #6A6A6A. Windows color (decimal): -14647349 or 13336352. OLE color: 13336352.
HSL color Cylindrical-coordinate representation of color #207FCB: hue angle of 206.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207FCB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 127 | 203 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.20 |
| HSL | 206.67º | 0.73% | 0.46% | - |
| HSV(B) | 206.67º | 0.84% | 0.8% | - |
| XYZ | 18.96 | 19.8 | 59.32 | - |
| YUV | 107.26 | 182.03 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 203 | 0.84 | 0.37 | 0 | 0.20 | 206.67 | 0.73 | 0.46 |
| Hex | 20 | 7F | CB | 54 | 25 | 0 | 14 | CF | 49 | 2E |
| Octal | 40 | 177 | 313 | 124 | 45 | 0 | 24 | 317 | 111 | 56 |
| Binary | 100000 | 1111111 | 11001011 | 1010100 | 100101 | 0 | 10100 | 11001111 | 1001001 | 101110 |
Color Harmonies of #207FCB
Complementary color
Monochromatic Colors of #207FCB
Black with #207FCB
Text Example
Text Example
White with #207FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FCB; }
p { color: rgb(32,127,203); }
H1.HeaderClassName
{
color: #207FCB;
}
.AnyTagClassName
{
color: #207FCB;
}
</style>
background-color css
<style>
a { background-color: #207FCB; }
a { background-color: rgb(32,127,203); }
div.DivClassName
{
background-color: #207FCB;
}
.BgClassName
{
background-color: #207FCB;
}
</style>
border-color css
<style>
span { border-color: #207FCB; }
span { border-color: rgb(32,127,203); }
td.TdClassName
{
border-color: #207FCB;
}
.TagClassName
{
border-color: #207FCB;
}
</style>