Shades of Cornflower Blue #709DFF
Tints of Cornflower Blue #709DFF
RGB
CMYK
RGB Variations
Color information
#709DFF (or 0x709DFF) is known color: Cornflower Blue. HEX triplet: 70, 9D and FF. RGB value is (112,157,255). Sum of RGB (Red+Green+Blue) = 112+157+255=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #709DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709DFF is #8F6200. Grayscale: #9A9A9A. Windows color (decimal): -9396737 or 16751984. OLE color: 16751984.
HSL color Cylindrical-coordinate representation of color #709DFF: hue angle of 221.12º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709DFF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 157 | 255 | - |
| CMYK | 0.56 | 0.38 | 0 | 0 |
| HSL | 221.12º | 1% | 0.72% | - |
| HSV(B) | 221.12º | 0.56% | 1% | - |
| XYZ | 36.79 | 34.78 | 99.38 | - |
| YUV | 154.72 | 184.59 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 255 | 0.56 | 0.38 | 0 | 0 | 221.12 | 1 | 0.72 |
| Hex | 70 | 9D | FF | 38 | 26 | 0 | 0 | DD | 64 | 48 |
| Octal | 160 | 235 | 377 | 70 | 46 | 0 | 0 | 335 | 144 | 110 |
| Binary | 1110000 | 10011101 | 11111111 | 111000 | 100110 | 0 | 0 | 11011101 | 1100100 | 1001000 |
Color Harmonies of #709DFF
Complementary color
Monochromatic Colors of #709DFF
Black with #709DFF
Text Example
Text Example
White with #709DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DFF; }
p { color: rgb(112,157,255); }
H1.HeaderClassName
{
color: #709DFF;
}
.AnyTagClassName
{
color: #709DFF;
}
</style>
background-color css
<style>
a { background-color: #709DFF; }
a { background-color: rgb(112,157,255); }
div.DivClassName
{
background-color: #709DFF;
}
.BgClassName
{
background-color: #709DFF;
}
</style>
border-color css
<style>
span { border-color: #709DFF; }
span { border-color: rgb(112,157,255); }
td.TdClassName
{
border-color: #709DFF;
}
.TagClassName
{
border-color: #709DFF;
}
</style>