Shades of Cornflower Blue #708CFB
Tints of Cornflower Blue #708CFB
RGB
CMYK
RGB Variations
Color information
#708CFB (or 0x708CFB) is known color: Cornflower Blue. HEX triplet: 70, 8C and FB. RGB value is (112,140,251). Sum of RGB (Red+Green+Blue) = 112+140+251=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #708CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CFB is #8F7304. Grayscale: #8F8F8F. Windows color (decimal): -9401093 or 16485488. OLE color: 16485488.
HSL color Cylindrical-coordinate representation of color #708CFB: hue angle of 227.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #708CFB is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 140 | 251 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.02 |
| HSL | 227.91º | 0.95% | 0.71% | - |
| HSV(B) | 227.91º | 0.55% | 0.98% | - |
| XYZ | 33.47 | 29.17 | 95.13 | - |
| YUV | 144.28 | 188.22 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 251 | 0.55 | 0.44 | 0 | 0.02 | 227.91 | 0.95 | 0.71 |
| Hex | 70 | 8C | FB | 37 | 2C | 0 | 2 | E4 | 5F | 47 |
| Octal | 160 | 214 | 373 | 67 | 54 | 0 | 2 | 344 | 137 | 107 |
| Binary | 1110000 | 10001100 | 11111011 | 110111 | 101100 | 0 | 10 | 11100100 | 1011111 | 1000111 |
Color Harmonies of #708CFB
Complementary color
Monochromatic Colors of #708CFB
Black with #708CFB
Text Example
Text Example
White with #708CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CFB; }
p { color: rgb(112,140,251); }
H1.HeaderClassName
{
color: #708CFB;
}
.AnyTagClassName
{
color: #708CFB;
}
</style>
background-color css
<style>
a { background-color: #708CFB; }
a { background-color: rgb(112,140,251); }
div.DivClassName
{
background-color: #708CFB;
}
.BgClassName
{
background-color: #708CFB;
}
</style>
border-color css
<style>
span { border-color: #708CFB; }
span { border-color: rgb(112,140,251); }
td.TdClassName
{
border-color: #708CFB;
}
.TagClassName
{
border-color: #708CFB;
}
</style>