Shades of Wild Blue Yonder #707FCF
Tints of Wild Blue Yonder #707FCF
RGB
CMYK
RGB Variations
Color information
#707FCF (or 0x707FCF) is known color: Wild Blue Yonder. HEX triplet: 70, 7F and CF. RGB value is (112,127,207). Sum of RGB (Red+Green+Blue) = 112+127+207=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #707FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FCF is #8F8030. Grayscale: #838383. Windows color (decimal): -9404465 or 13598576. OLE color: 13598576.
HSL color Cylindrical-coordinate representation of color #707FCF: hue angle of 230.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707FCF is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 127 | 207 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.19 |
| HSL | 230.53º | 0.5% | 0.63% | - |
| HSV(B) | 230.53º | 0.46% | 0.81% | - |
| XYZ | 25.53 | 23.13 | 62.15 | - |
| YUV | 131.64 | 170.53 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 207 | 0.46 | 0.39 | 0 | 0.19 | 230.53 | 0.5 | 0.63 |
| Hex | 70 | 7F | CF | 2E | 27 | 0 | 13 | E7 | 32 | 3F |
| Octal | 160 | 177 | 317 | 56 | 47 | 0 | 23 | 347 | 62 | 77 |
| Binary | 1110000 | 1111111 | 11001111 | 101110 | 100111 | 0 | 10011 | 11100111 | 110010 | 111111 |
Color Harmonies of #707FCF
Complementary color
Monochromatic Colors of #707FCF
Black with #707FCF
Text Example
Text Example
White with #707FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FCF; }
p { color: rgb(112,127,207); }
H1.HeaderClassName
{
color: #707FCF;
}
.AnyTagClassName
{
color: #707FCF;
}
</style>
background-color css
<style>
a { background-color: #707FCF; }
a { background-color: rgb(112,127,207); }
div.DivClassName
{
background-color: #707FCF;
}
.BgClassName
{
background-color: #707FCF;
}
</style>
border-color css
<style>
span { border-color: #707FCF; }
span { border-color: rgb(112,127,207); }
td.TdClassName
{
border-color: #707FCF;
}
.TagClassName
{
border-color: #707FCF;
}
</style>