Shades of Cornflower Blue #709BFA
Tints of Cornflower Blue #709BFA
RGB
CMYK
RGB Variations
Color information
#709BFA (or 0x709BFA) is known color: Cornflower Blue. HEX triplet: 70, 9B and FA. RGB value is (112,155,250). Sum of RGB (Red+Green+Blue) = 112+155+250=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #709BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709BFA is #8F6405. Grayscale: #989898. Windows color (decimal): -9397254 or 16423792. OLE color: 16423792.
HSL color Cylindrical-coordinate representation of color #709BFA: hue angle of 221.3º degrees, saturation: 0.93, 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 #709BFA is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 155 | 250 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.02 |
| HSL | 221.3º | 0.93% | 0.71% | - |
| HSV(B) | 221.3º | 0.55% | 0.98% | - |
| XYZ | 35.66 | 33.79 | 95.09 | - |
| YUV | 152.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 250 | 0.55 | 0.38 | 0 | 0.02 | 221.3 | 0.93 | 0.71 |
| Hex | 70 | 9B | FA | 37 | 26 | 0 | 2 | DD | 5D | 47 |
| Octal | 160 | 233 | 372 | 67 | 46 | 0 | 2 | 335 | 135 | 107 |
| Binary | 1110000 | 10011011 | 11111010 | 110111 | 100110 | 0 | 10 | 11011101 | 1011101 | 1000111 |
Color Harmonies of #709BFA
Complementary color
Monochromatic Colors of #709BFA
Black with #709BFA
Text Example
Text Example
White with #709BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BFA; }
p { color: rgb(112,155,250); }
H1.HeaderClassName
{
color: #709BFA;
}
.AnyTagClassName
{
color: #709BFA;
}
</style>
background-color css
<style>
a { background-color: #709BFA; }
a { background-color: rgb(112,155,250); }
div.DivClassName
{
background-color: #709BFA;
}
.BgClassName
{
background-color: #709BFA;
}
</style>
border-color css
<style>
span { border-color: #709BFA; }
span { border-color: rgb(112,155,250); }
td.TdClassName
{
border-color: #709BFA;
}
.TagClassName
{
border-color: #709BFA;
}
</style>