Shades of Cornflower Blue #707FE8
Tints of Cornflower Blue #707FE8
RGB
CMYK
RGB Variations
Color information
#707FE8 (or 0x707FE8) is known color: Cornflower Blue. HEX triplet: 70, 7F and E8. RGB value is (112,127,232). Sum of RGB (Red+Green+Blue) = 112+127+232=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #707FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707FE8 is #8F8017. Grayscale: #868686. Windows color (decimal): -9404440 or 15236976. OLE color: 15236976.
HSL color Cylindrical-coordinate representation of color #707FE8: hue angle of 232.5º degrees, saturation: 0.72, 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 #707FE8 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 127 | 232 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.09 |
| HSL | 232.5º | 0.72% | 0.67% | - |
| HSV(B) | 232.5º | 0.52% | 0.91% | - |
| XYZ | 28.84 | 24.45 | 79.54 | - |
| YUV | 134.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 232 | 0.52 | 0.45 | 0 | 0.09 | 232.5 | 0.72 | 0.67 |
| Hex | 70 | 7F | E8 | 34 | 2D | 0 | 9 | E8 | 48 | 43 |
| Octal | 160 | 177 | 350 | 64 | 55 | 0 | 11 | 350 | 110 | 103 |
| Binary | 1110000 | 1111111 | 11101000 | 110100 | 101101 | 0 | 1001 | 11101000 | 1001000 | 1000011 |
Color Harmonies of #707FE8
Complementary color
Monochromatic Colors of #707FE8
Black with #707FE8
Text Example
Text Example
White with #707FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FE8; }
p { color: rgb(112,127,232); }
H1.HeaderClassName
{
color: #707FE8;
}
.AnyTagClassName
{
color: #707FE8;
}
</style>
background-color css
<style>
a { background-color: #707FE8; }
a { background-color: rgb(112,127,232); }
div.DivClassName
{
background-color: #707FE8;
}
.BgClassName
{
background-color: #707FE8;
}
</style>
border-color css
<style>
span { border-color: #707FE8; }
span { border-color: rgb(112,127,232); }
td.TdClassName
{
border-color: #707FE8;
}
.TagClassName
{
border-color: #707FE8;
}
</style>