Shades of Cornflower Blue #707FF1
Tints of Cornflower Blue #707FF1
RGB
CMYK
RGB Variations
Color information
#707FF1 (or 0x707FF1) is known color: Cornflower Blue. HEX triplet: 70, 7F and F1. RGB value is (112,127,241). Sum of RGB (Red+Green+Blue) = 112+127+241=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #707FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707FF1 is #8F800E. Grayscale: #878787. Windows color (decimal): -9404431 or 15826800. OLE color: 15826800.
HSL color Cylindrical-coordinate representation of color #707FF1: hue angle of 233.02º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707FF1 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 127 | 241 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.05 |
| HSL | 233.02º | 0.82% | 0.69% | - |
| HSV(B) | 233.02º | 0.54% | 0.95% | - |
| XYZ | 30.15 | 24.97 | 86.45 | - |
| YUV | 135.51 | 187.53 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 241 | 0.54 | 0.47 | 0 | 0.05 | 233.02 | 0.82 | 0.69 |
| Hex | 70 | 7F | F1 | 36 | 2F | 0 | 5 | E9 | 52 | 45 |
| Octal | 160 | 177 | 361 | 66 | 57 | 0 | 5 | 351 | 122 | 105 |
| Binary | 1110000 | 1111111 | 11110001 | 110110 | 101111 | 0 | 101 | 11101001 | 1010010 | 1000101 |
Color Harmonies of #707FF1
Complementary color
Monochromatic Colors of #707FF1
Black with #707FF1
Text Example
Text Example
White with #707FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FF1; }
p { color: rgb(112,127,241); }
H1.HeaderClassName
{
color: #707FF1;
}
.AnyTagClassName
{
color: #707FF1;
}
</style>
background-color css
<style>
a { background-color: #707FF1; }
a { background-color: rgb(112,127,241); }
div.DivClassName
{
background-color: #707FF1;
}
.BgClassName
{
background-color: #707FF1;
}
</style>
border-color css
<style>
span { border-color: #707FF1; }
span { border-color: rgb(112,127,241); }
td.TdClassName
{
border-color: #707FF1;
}
.TagClassName
{
border-color: #707FF1;
}
</style>