Shades of Cornflower Blue #708AF1
Tints of Cornflower Blue #708AF1
RGB
CMYK
RGB Variations
Color information
#708AF1 (or 0x708AF1) is known color: Cornflower Blue. HEX triplet: 70, 8A and F1. RGB value is (112,138,241). Sum of RGB (Red+Green+Blue) = 112+138+241=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #708AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708AF1 is #8F750E. Grayscale: #8D8D8D. Windows color (decimal): -9401615 or 15829616. OLE color: 15829616.
HSL color Cylindrical-coordinate representation of color #708AF1: hue angle of 227.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #708AF1 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 138 | 241 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.05 |
| HSL | 227.91º | 0.82% | 0.69% | - |
| HSV(B) | 227.91º | 0.54% | 0.95% | - |
| XYZ | 31.65 | 27.97 | 86.95 | - |
| YUV | 141.97 | 183.89 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 241 | 0.54 | 0.43 | 0 | 0.05 | 227.91 | 0.82 | 0.69 |
| Hex | 70 | 8A | F1 | 36 | 2B | 0 | 5 | E4 | 52 | 45 |
| Octal | 160 | 212 | 361 | 66 | 53 | 0 | 5 | 344 | 122 | 105 |
| Binary | 1110000 | 10001010 | 11110001 | 110110 | 101011 | 0 | 101 | 11100100 | 1010010 | 1000101 |
Color Harmonies of #708AF1
Complementary color
Monochromatic Colors of #708AF1
Black with #708AF1
Text Example
Text Example
White with #708AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AF1; }
p { color: rgb(112,138,241); }
H1.HeaderClassName
{
color: #708AF1;
}
.AnyTagClassName
{
color: #708AF1;
}
</style>
background-color css
<style>
a { background-color: #708AF1; }
a { background-color: rgb(112,138,241); }
div.DivClassName
{
background-color: #708AF1;
}
.BgClassName
{
background-color: #708AF1;
}
</style>
border-color css
<style>
span { border-color: #708AF1; }
span { border-color: rgb(112,138,241); }
td.TdClassName
{
border-color: #708AF1;
}
.TagClassName
{
border-color: #708AF1;
}
</style>