Shades of Cornflower Blue #709DFE
Tints of Cornflower Blue #709DFE
RGB
CMYK
RGB Variations
Color information
#709DFE (or 0x709DFE) is known color: Cornflower Blue. HEX triplet: 70, 9D and FE. RGB value is (112,157,254). Sum of RGB (Red+Green+Blue) = 112+157+254=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #709DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709DFE is #8F6201. Grayscale: #9A9A9A. Windows color (decimal): -9396738 or 16686448. OLE color: 16686448.
HSL color Cylindrical-coordinate representation of color #709DFE: hue angle of 220.99º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709DFE is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 157 | 254 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.00 |
| HSL | 220.99º | 0.99% | 0.72% | - |
| HSV(B) | 220.99º | 0.56% | 1% | - |
| XYZ | 36.63 | 34.71 | 98.54 | - |
| YUV | 154.6 | 184.09 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 254 | 0.56 | 0.38 | 0 | 0.00 | 220.99 | 0.99 | 0.72 |
| Hex | 70 | 9D | FE | 38 | 26 | 0 | 0 | DD | 63 | 48 |
| Octal | 160 | 235 | 376 | 70 | 46 | 0 | 0 | 335 | 143 | 110 |
| Binary | 1110000 | 10011101 | 11111110 | 111000 | 100110 | 0 | 0 | 11011101 | 1100011 | 1001000 |
Color Harmonies of #709DFE
Complementary color
Monochromatic Colors of #709DFE
Black with #709DFE
Text Example
Text Example
White with #709DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DFE; }
p { color: rgb(112,157,254); }
H1.HeaderClassName
{
color: #709DFE;
}
.AnyTagClassName
{
color: #709DFE;
}
</style>
background-color css
<style>
a { background-color: #709DFE; }
a { background-color: rgb(112,157,254); }
div.DivClassName
{
background-color: #709DFE;
}
.BgClassName
{
background-color: #709DFE;
}
</style>
border-color css
<style>
span { border-color: #709DFE; }
span { border-color: rgb(112,157,254); }
td.TdClassName
{
border-color: #709DFE;
}
.TagClassName
{
border-color: #709DFE;
}
</style>