Shades of Cornflower Blue #707FE7
Tints of Cornflower Blue #707FE7
RGB
CMYK
RGB Variations
Color information
#707FE7 (or 0x707FE7) is known color: Cornflower Blue. HEX triplet: 70, 7F and E7. RGB value is (112,127,231). Sum of RGB (Red+Green+Blue) = 112+127+231=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 231 - color contains mainly: blue. Hex color #707FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707FE7 is #8F8018. Grayscale: #858585. Windows color (decimal): -9404441 or 15171440. OLE color: 15171440.
HSL color Cylindrical-coordinate representation of color #707FE7: hue angle of 232.44º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #707FE7 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 127 | 231 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.09 |
| HSL | 232.44º | 0.71% | 0.67% | - |
| HSV(B) | 232.44º | 0.52% | 0.91% | - |
| XYZ | 28.7 | 24.39 | 78.8 | - |
| YUV | 134.37 | 182.53 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 231 | 0.52 | 0.45 | 0 | 0.09 | 232.44 | 0.71 | 0.67 |
| Hex | 70 | 7F | E7 | 34 | 2D | 0 | 9 | E8 | 47 | 43 |
| Octal | 160 | 177 | 347 | 64 | 55 | 0 | 11 | 350 | 107 | 103 |
| Binary | 1110000 | 1111111 | 11100111 | 110100 | 101101 | 0 | 1001 | 11101000 | 1000111 | 1000011 |
Color Harmonies of #707FE7
Complementary color
Monochromatic Colors of #707FE7
Black with #707FE7
Text Example
Text Example
White with #707FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FE7; }
p { color: rgb(112,127,231); }
H1.HeaderClassName
{
color: #707FE7;
}
.AnyTagClassName
{
color: #707FE7;
}
</style>
background-color css
<style>
a { background-color: #707FE7; }
a { background-color: rgb(112,127,231); }
div.DivClassName
{
background-color: #707FE7;
}
.BgClassName
{
background-color: #707FE7;
}
</style>
border-color css
<style>
span { border-color: #707FE7; }
span { border-color: rgb(112,127,231); }
td.TdClassName
{
border-color: #707FE7;
}
.TagClassName
{
border-color: #707FE7;
}
</style>