Shades of Cornflower Blue #708AF0
Tints of Cornflower Blue #708AF0
RGB
CMYK
RGB Variations
Color information
#708AF0 (or 0x708AF0) is known color: Cornflower Blue. HEX triplet: 70, 8A and F0. RGB value is (112,138,240). Sum of RGB (Red+Green+Blue) = 112+138+240=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #708AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708AF0 is #8F750F. Grayscale: #8D8D8D. Windows color (decimal): -9401616 or 15764080. OLE color: 15764080.
HSL color Cylindrical-coordinate representation of color #708AF0: hue angle of 227.81º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708AF0 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 138 | 240 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.06 |
| HSL | 227.81º | 0.81% | 0.69% | - |
| HSV(B) | 227.81º | 0.53% | 0.94% | - |
| XYZ | 31.5 | 27.91 | 86.17 | - |
| YUV | 141.85 | 183.39 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 240 | 0.53 | 0.42 | 0 | 0.06 | 227.81 | 0.81 | 0.69 |
| Hex | 70 | 8A | F0 | 35 | 2A | 0 | 6 | E4 | 51 | 45 |
| Octal | 160 | 212 | 360 | 65 | 52 | 0 | 6 | 344 | 121 | 105 |
| Binary | 1110000 | 10001010 | 11110000 | 110101 | 101010 | 0 | 110 | 11100100 | 1010001 | 1000101 |
Color Harmonies of #708AF0
Complementary color
Monochromatic Colors of #708AF0
Black with #708AF0
Text Example
Text Example
White with #708AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AF0; }
p { color: rgb(112,138,240); }
H1.HeaderClassName
{
color: #708AF0;
}
.AnyTagClassName
{
color: #708AF0;
}
</style>
background-color css
<style>
a { background-color: #708AF0; }
a { background-color: rgb(112,138,240); }
div.DivClassName
{
background-color: #708AF0;
}
.BgClassName
{
background-color: #708AF0;
}
</style>
border-color css
<style>
span { border-color: #708AF0; }
span { border-color: rgb(112,138,240); }
td.TdClassName
{
border-color: #708AF0;
}
.TagClassName
{
border-color: #708AF0;
}
</style>