Shades of Cornflower Blue #707FEB
Tints of Cornflower Blue #707FEB
RGB
CMYK
RGB Variations
Color information
#707FEB (or 0x707FEB) is known color: Cornflower Blue. HEX triplet: 70, 7F and EB. RGB value is (112,127,235). Sum of RGB (Red+Green+Blue) = 112+127+235=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #707FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707FEB is #8F8014. Grayscale: #868686. Windows color (decimal): -9404437 or 15433584. OLE color: 15433584.
HSL color Cylindrical-coordinate representation of color #707FEB: hue angle of 232.68º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #707FEB is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 127 | 235 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.08 |
| HSL | 232.68º | 0.75% | 0.68% | - |
| HSV(B) | 232.68º | 0.52% | 0.92% | - |
| XYZ | 29.27 | 24.62 | 81.81 | - |
| YUV | 134.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 235 | 0.52 | 0.46 | 0 | 0.08 | 232.68 | 0.75 | 0.68 |
| Hex | 70 | 7F | EB | 34 | 2E | 0 | 8 | E9 | 4B | 44 |
| Octal | 160 | 177 | 353 | 64 | 56 | 0 | 10 | 351 | 113 | 104 |
| Binary | 1110000 | 1111111 | 11101011 | 110100 | 101110 | 0 | 1000 | 11101001 | 1001011 | 1000100 |
Color Harmonies of #707FEB
Complementary color
Monochromatic Colors of #707FEB
Black with #707FEB
Text Example
Text Example
White with #707FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FEB; }
p { color: rgb(112,127,235); }
H1.HeaderClassName
{
color: #707FEB;
}
.AnyTagClassName
{
color: #707FEB;
}
</style>
background-color css
<style>
a { background-color: #707FEB; }
a { background-color: rgb(112,127,235); }
div.DivClassName
{
background-color: #707FEB;
}
.BgClassName
{
background-color: #707FEB;
}
</style>
border-color css
<style>
span { border-color: #707FEB; }
span { border-color: rgb(112,127,235); }
td.TdClassName
{
border-color: #707FEB;
}
.TagClassName
{
border-color: #707FEB;
}
</style>