Shades of Curious Blue #407FCF
Tints of Curious Blue #407FCF
RGB
CMYK
RGB Variations
Color information
#407FCF (or 0x407FCF) is known color: Curious Blue. HEX triplet: 40, 7F and CF. RGB value is (64,127,207). Sum of RGB (Red+Green+Blue) = 64+127+207=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #407FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FCF is #BF8030. Grayscale: #747474. Windows color (decimal): -12550193 or 13598528. OLE color: 13598528.
HSL color Cylindrical-coordinate representation of color #407FCF: hue angle of 213.57º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407FCF is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 127 | 207 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.19 |
| HSL | 213.57º | 0.6% | 0.53% | - |
| HSV(B) | 213.57º | 0.69% | 0.81% | - |
| XYZ | 20.97 | 20.77 | 61.94 | - |
| YUV | 117.28 | 178.63 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 207 | 0.69 | 0.39 | 0 | 0.19 | 213.57 | 0.6 | 0.53 |
| Hex | 40 | 7F | CF | 45 | 27 | 0 | 13 | D6 | 3C | 35 |
| Octal | 100 | 177 | 317 | 105 | 47 | 0 | 23 | 326 | 74 | 65 |
| Binary | 1000000 | 1111111 | 11001111 | 1000101 | 100111 | 0 | 10011 | 11010110 | 111100 | 110101 |
Color Harmonies of #407FCF
Complementary color
Monochromatic Colors of #407FCF
Black with #407FCF
Text Example
Text Example
White with #407FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FCF; }
p { color: rgb(64,127,207); }
H1.HeaderClassName
{
color: #407FCF;
}
.AnyTagClassName
{
color: #407FCF;
}
</style>
background-color css
<style>
a { background-color: #407FCF; }
a { background-color: rgb(64,127,207); }
div.DivClassName
{
background-color: #407FCF;
}
.BgClassName
{
background-color: #407FCF;
}
</style>
border-color css
<style>
span { border-color: #407FCF; }
span { border-color: rgb(64,127,207); }
td.TdClassName
{
border-color: #407FCF;
}
.TagClassName
{
border-color: #407FCF;
}
</style>