Shades of Cornflower Blue #709AFC
Tints of Cornflower Blue #709AFC
RGB
CMYK
RGB Variations
Color information
#709AFC (or 0x709AFC) is known color: Cornflower Blue. HEX triplet: 70, 9A and FC. RGB value is (112,154,252). Sum of RGB (Red+Green+Blue) = 112+154+252=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #709AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709AFC is #8F6503. Grayscale: #989898. Windows color (decimal): -9397508 or 16554608. OLE color: 16554608.
HSL color Cylindrical-coordinate representation of color #709AFC: hue angle of 222º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709AFC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 154 | 252 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.01 |
| HSL | 222º | 0.96% | 0.71% | - |
| HSV(B) | 222º | 0.56% | 0.99% | - |
| XYZ | 35.81 | 33.58 | 96.69 | - |
| YUV | 152.61 | 184.09 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 252 | 0.56 | 0.39 | 0 | 0.01 | 222 | 0.96 | 0.71 |
| Hex | 70 | 9A | FC | 38 | 27 | 0 | 1 | DE | 60 | 47 |
| Octal | 160 | 232 | 374 | 70 | 47 | 0 | 1 | 336 | 140 | 107 |
| Binary | 1110000 | 10011010 | 11111100 | 111000 | 100111 | 0 | 1 | 11011110 | 1100000 | 1000111 |
Color Harmonies of #709AFC
Complementary color
Monochromatic Colors of #709AFC
Black with #709AFC
Text Example
Text Example
White with #709AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709AFC; }
p { color: rgb(112,154,252); }
H1.HeaderClassName
{
color: #709AFC;
}
.AnyTagClassName
{
color: #709AFC;
}
</style>
background-color css
<style>
a { background-color: #709AFC; }
a { background-color: rgb(112,154,252); }
div.DivClassName
{
background-color: #709AFC;
}
.BgClassName
{
background-color: #709AFC;
}
</style>
border-color css
<style>
span { border-color: #709AFC; }
span { border-color: rgb(112,154,252); }
td.TdClassName
{
border-color: #709AFC;
}
.TagClassName
{
border-color: #709AFC;
}
</style>