Shades of Cornflower Blue #708FFF
Tints of Cornflower Blue #708FFF
RGB
CMYK
RGB Variations
Color information
#708FFF (or 0x708FFF) is known color: Cornflower Blue. HEX triplet: 70, 8F and FF. RGB value is (112,143,255). Sum of RGB (Red+Green+Blue) = 112+143+255=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #708FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708FFF is #8F7000. Grayscale: #929292. Windows color (decimal): -9400321 or 16748400. OLE color: 16748400.
HSL color Cylindrical-coordinate representation of color #708FFF: hue angle of 226.99º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #708FFF is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 143 | 255 | - |
| CMYK | 0.56 | 0.44 | 0 | 0 |
| HSL | 226.99º | 1% | 0.72% | - |
| HSV(B) | 226.99º | 0.56% | 1% | - |
| XYZ | 34.55 | 30.31 | 98.64 | - |
| YUV | 146.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 255 | 0.56 | 0.44 | 0 | 0 | 226.99 | 1 | 0.72 |
| Hex | 70 | 8F | FF | 38 | 2C | 0 | 0 | E3 | 64 | 48 |
| Octal | 160 | 217 | 377 | 70 | 54 | 0 | 0 | 343 | 144 | 110 |
| Binary | 1110000 | 10001111 | 11111111 | 111000 | 101100 | 0 | 0 | 11100011 | 1100100 | 1001000 |
Color Harmonies of #708FFF
Complementary color
Monochromatic Colors of #708FFF
Black with #708FFF
Text Example
Text Example
White with #708FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FFF; }
p { color: rgb(112,143,255); }
H1.HeaderClassName
{
color: #708FFF;
}
.AnyTagClassName
{
color: #708FFF;
}
</style>
background-color css
<style>
a { background-color: #708FFF; }
a { background-color: rgb(112,143,255); }
div.DivClassName
{
background-color: #708FFF;
}
.BgClassName
{
background-color: #708FFF;
}
</style>
border-color css
<style>
span { border-color: #708FFF; }
span { border-color: rgb(112,143,255); }
td.TdClassName
{
border-color: #708FFF;
}
.TagClassName
{
border-color: #708FFF;
}
</style>