Shades of Cornflower Blue #707FDE
Tints of Cornflower Blue #707FDE
RGB
CMYK
RGB Variations
Color information
#707FDE (or 0x707FDE) is known color: Cornflower Blue. HEX triplet: 70, 7F and DE. RGB value is (112,127,222). Sum of RGB (Red+Green+Blue) = 112+127+222=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #707FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FDE is #8F8021. Grayscale: #848484. Windows color (decimal): -9404450 or 14581616. OLE color: 14581616.
HSL color Cylindrical-coordinate representation of color #707FDE: hue angle of 231.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #707FDE is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 127 | 222 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.13 |
| HSL | 231.82º | 0.63% | 0.65% | - |
| HSV(B) | 231.82º | 0.5% | 0.87% | - |
| XYZ | 27.46 | 23.9 | 72.27 | - |
| YUV | 133.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 222 | 0.50 | 0.43 | 0 | 0.13 | 231.82 | 0.63 | 0.65 |
| Hex | 70 | 7F | DE | 32 | 2B | 0 | D | E8 | 3E | 41 |
| Octal | 160 | 177 | 336 | 62 | 53 | 0 | 15 | 350 | 76 | 101 |
| Binary | 1110000 | 1111111 | 11011110 | 110010 | 101011 | 0 | 1101 | 11101000 | 111110 | 1000001 |
Color Harmonies of #707FDE
Complementary color
Monochromatic Colors of #707FDE
Black with #707FDE
Text Example
Text Example
White with #707FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FDE; }
p { color: rgb(112,127,222); }
H1.HeaderClassName
{
color: #707FDE;
}
.AnyTagClassName
{
color: #707FDE;
}
</style>
background-color css
<style>
a { background-color: #707FDE; }
a { background-color: rgb(112,127,222); }
div.DivClassName
{
background-color: #707FDE;
}
.BgClassName
{
background-color: #707FDE;
}
</style>
border-color css
<style>
span { border-color: #707FDE; }
span { border-color: rgb(112,127,222); }
td.TdClassName
{
border-color: #707FDE;
}
.TagClassName
{
border-color: #707FDE;
}
</style>