Shades of Cornflower Blue #709AFF
Tints of Cornflower Blue #709AFF
RGB
CMYK
RGB Variations
Color information
#709AFF (or 0x709AFF) is known color: Cornflower Blue. HEX triplet: 70, 9A and FF. RGB value is (112,154,255). Sum of RGB (Red+Green+Blue) = 112+154+255=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #709AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709AFF is #8F6500. Grayscale: #989898. Windows color (decimal): -9397505 or 16751216. OLE color: 16751216.
HSL color Cylindrical-coordinate representation of color #709AFF: hue angle of 222.38º 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 #709AFF is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 154 | 255 | - |
| CMYK | 0.56 | 0.40 | 0 | 0 |
| HSL | 222.38º | 1% | 0.72% | - |
| HSV(B) | 222.38º | 0.56% | 1% | - |
| XYZ | 36.29 | 33.78 | 99.21 | - |
| YUV | 152.96 | 185.59 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 255 | 0.56 | 0.40 | 0 | 0 | 222.38 | 1 | 0.72 |
| Hex | 70 | 9A | FF | 38 | 28 | 0 | 0 | DE | 64 | 48 |
| Octal | 160 | 232 | 377 | 70 | 50 | 0 | 0 | 336 | 144 | 110 |
| Binary | 1110000 | 10011010 | 11111111 | 111000 | 101000 | 0 | 0 | 11011110 | 1100100 | 1001000 |
Color Harmonies of #709AFF
Complementary color
Monochromatic Colors of #709AFF
Black with #709AFF
Text Example
Text Example
White with #709AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709AFF; }
p { color: rgb(112,154,255); }
H1.HeaderClassName
{
color: #709AFF;
}
.AnyTagClassName
{
color: #709AFF;
}
</style>
background-color css
<style>
a { background-color: #709AFF; }
a { background-color: rgb(112,154,255); }
div.DivClassName
{
background-color: #709AFF;
}
.BgClassName
{
background-color: #709AFF;
}
</style>
border-color css
<style>
span { border-color: #709AFF; }
span { border-color: rgb(112,154,255); }
td.TdClassName
{
border-color: #709AFF;
}
.TagClassName
{
border-color: #709AFF;
}
</style>