Shades of Cornflower Blue #707FEA
Tints of Cornflower Blue #707FEA
RGB
CMYK
RGB Variations
Color information
#707FEA (or 0x707FEA) is known color: Cornflower Blue. HEX triplet: 70, 7F and EA. RGB value is (112,127,234). Sum of RGB (Red+Green+Blue) = 112+127+234=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #707FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707FEA is #8F8015. Grayscale: #868686. Windows color (decimal): -9404438 or 15368048. OLE color: 15368048.
HSL color Cylindrical-coordinate representation of color #707FEA: hue angle of 232.62º degrees, saturation: 0.74, 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 #707FEA is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 127 | 234 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.08 |
| HSL | 232.62º | 0.74% | 0.68% | - |
| HSV(B) | 232.62º | 0.52% | 0.92% | - |
| XYZ | 29.12 | 24.56 | 81.05 | - |
| YUV | 134.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 234 | 0.52 | 0.46 | 0 | 0.08 | 232.62 | 0.74 | 0.68 |
| Hex | 70 | 7F | EA | 34 | 2E | 0 | 8 | E9 | 4A | 44 |
| Octal | 160 | 177 | 352 | 64 | 56 | 0 | 10 | 351 | 112 | 104 |
| Binary | 1110000 | 1111111 | 11101010 | 110100 | 101110 | 0 | 1000 | 11101001 | 1001010 | 1000100 |
Color Harmonies of #707FEA
Complementary color
Monochromatic Colors of #707FEA
Black with #707FEA
Text Example
Text Example
White with #707FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FEA; }
p { color: rgb(112,127,234); }
H1.HeaderClassName
{
color: #707FEA;
}
.AnyTagClassName
{
color: #707FEA;
}
</style>
background-color css
<style>
a { background-color: #707FEA; }
a { background-color: rgb(112,127,234); }
div.DivClassName
{
background-color: #707FEA;
}
.BgClassName
{
background-color: #707FEA;
}
</style>
border-color css
<style>
span { border-color: #707FEA; }
span { border-color: rgb(112,127,234); }
td.TdClassName
{
border-color: #707FEA;
}
.TagClassName
{
border-color: #707FEA;
}
</style>