Shades of Cornflower Blue #709CF8
Tints of Cornflower Blue #709CF8
RGB
CMYK
RGB Variations
Color information
#709CF8 (or 0x709CF8) is known color: Cornflower Blue. HEX triplet: 70, 9C and F8. RGB value is (112,156,248). Sum of RGB (Red+Green+Blue) = 112+156+248=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #709CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CF8 is #8F6307. Grayscale: #989898. Windows color (decimal): -9397000 or 16292976. OLE color: 16292976.
HSL color Cylindrical-coordinate representation of color #709CF8: hue angle of 220.59º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #709CF8 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 156 | 248 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.03 |
| HSL | 220.59º | 0.91% | 0.71% | - |
| HSV(B) | 220.59º | 0.55% | 0.97% | - |
| XYZ | 35.51 | 34 | 93.5 | - |
| YUV | 153.33 | 181.42 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 248 | 0.55 | 0.37 | 0 | 0.03 | 220.59 | 0.91 | 0.71 |
| Hex | 70 | 9C | F8 | 37 | 25 | 0 | 3 | DD | 5B | 47 |
| Octal | 160 | 234 | 370 | 67 | 45 | 0 | 3 | 335 | 133 | 107 |
| Binary | 1110000 | 10011100 | 11111000 | 110111 | 100101 | 0 | 11 | 11011101 | 1011011 | 1000111 |
Color Harmonies of #709CF8
Complementary color
Monochromatic Colors of #709CF8
Black with #709CF8
Text Example
Text Example
White with #709CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CF8; }
p { color: rgb(112,156,248); }
H1.HeaderClassName
{
color: #709CF8;
}
.AnyTagClassName
{
color: #709CF8;
}
</style>
background-color css
<style>
a { background-color: #709CF8; }
a { background-color: rgb(112,156,248); }
div.DivClassName
{
background-color: #709CF8;
}
.BgClassName
{
background-color: #709CF8;
}
</style>
border-color css
<style>
span { border-color: #709CF8; }
span { border-color: rgb(112,156,248); }
td.TdClassName
{
border-color: #709CF8;
}
.TagClassName
{
border-color: #709CF8;
}
</style>