Shades of Cornflower Blue #708AF8
Tints of Cornflower Blue #708AF8
RGB
CMYK
RGB Variations
Color information
#708AF8 (or 0x708AF8) is known color: Cornflower Blue. HEX triplet: 70, 8A and F8. RGB value is (112,138,248). Sum of RGB (Red+Green+Blue) = 112+138+248=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #708AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708AF8 is #8F7507. Grayscale: #8E8E8E. Windows color (decimal): -9401608 or 16288368. OLE color: 16288368.
HSL color Cylindrical-coordinate representation of color #708AF8: hue angle of 228.53º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #708AF8 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 138 | 248 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.03 |
| HSL | 228.53º | 0.91% | 0.71% | - |
| HSV(B) | 228.53º | 0.55% | 0.97% | - |
| XYZ | 32.71 | 28.4 | 92.56 | - |
| YUV | 142.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 248 | 0.55 | 0.44 | 0 | 0.03 | 228.53 | 0.91 | 0.71 |
| Hex | 70 | 8A | F8 | 37 | 2C | 0 | 3 | E5 | 5B | 47 |
| Octal | 160 | 212 | 370 | 67 | 54 | 0 | 3 | 345 | 133 | 107 |
| Binary | 1110000 | 10001010 | 11111000 | 110111 | 101100 | 0 | 11 | 11100101 | 1011011 | 1000111 |
Color Harmonies of #708AF8
Complementary color
Monochromatic Colors of #708AF8
Black with #708AF8
Text Example
Text Example
White with #708AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AF8; }
p { color: rgb(112,138,248); }
H1.HeaderClassName
{
color: #708AF8;
}
.AnyTagClassName
{
color: #708AF8;
}
</style>
background-color css
<style>
a { background-color: #708AF8; }
a { background-color: rgb(112,138,248); }
div.DivClassName
{
background-color: #708AF8;
}
.BgClassName
{
background-color: #708AF8;
}
</style>
border-color css
<style>
span { border-color: #708AF8; }
span { border-color: rgb(112,138,248); }
td.TdClassName
{
border-color: #708AF8;
}
.TagClassName
{
border-color: #708AF8;
}
</style>