Shades of Cornflower Blue #709EFB
Tints of Cornflower Blue #709EFB
RGB
CMYK
RGB Variations
Color information
#709EFB (or 0x709EFB) is known color: Cornflower Blue. HEX triplet: 70, 9E and FB. RGB value is (112,158,251). Sum of RGB (Red+Green+Blue) = 112+158+251=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #709EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709EFB is #8F6104. Grayscale: #9A9A9A. Windows color (decimal): -9396485 or 16490096. OLE color: 16490096.
HSL color Cylindrical-coordinate representation of color #709EFB: hue angle of 220.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #709EFB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 158 | 251 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.02 |
| HSL | 220.14º | 0.95% | 0.71% | - |
| HSV(B) | 220.14º | 0.55% | 0.98% | - |
| XYZ | 36.32 | 34.86 | 96.08 | - |
| YUV | 154.85 | 182.26 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 251 | 0.55 | 0.37 | 0 | 0.02 | 220.14 | 0.95 | 0.71 |
| Hex | 70 | 9E | FB | 37 | 25 | 0 | 2 | DC | 5F | 47 |
| Octal | 160 | 236 | 373 | 67 | 45 | 0 | 2 | 334 | 137 | 107 |
| Binary | 1110000 | 10011110 | 11111011 | 110111 | 100101 | 0 | 10 | 11011100 | 1011111 | 1000111 |
Color Harmonies of #709EFB
Complementary color
Monochromatic Colors of #709EFB
Black with #709EFB
Text Example
Text Example
White with #709EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EFB; }
p { color: rgb(112,158,251); }
H1.HeaderClassName
{
color: #709EFB;
}
.AnyTagClassName
{
color: #709EFB;
}
</style>
background-color css
<style>
a { background-color: #709EFB; }
a { background-color: rgb(112,158,251); }
div.DivClassName
{
background-color: #709EFB;
}
.BgClassName
{
background-color: #709EFB;
}
</style>
border-color css
<style>
span { border-color: #709EFB; }
span { border-color: rgb(112,158,251); }
td.TdClassName
{
border-color: #709EFB;
}
.TagClassName
{
border-color: #709EFB;
}
</style>