Shades of Cornflower Blue #708AFF
Tints of Cornflower Blue #708AFF
RGB
CMYK
RGB Variations
Color information
#708AFF (or 0x708AFF) is known color: Cornflower Blue. HEX triplet: 70, 8A and FF. RGB value is (112,138,255). Sum of RGB (Red+Green+Blue) = 112+138+255=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #708AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708AFF is #8F7500. Grayscale: #8F8F8F. Windows color (decimal): -9401601 or 16747120. OLE color: 16747120.
HSL color Cylindrical-coordinate representation of color #708AFF: hue angle of 229.09º 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 #708AFF is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 138 | 255 | - |
| CMYK | 0.56 | 0.46 | 0 | 0 |
| HSL | 229.09º | 1% | 0.72% | - |
| HSV(B) | 229.09º | 0.56% | 1% | - |
| XYZ | 33.82 | 28.84 | 98.39 | - |
| YUV | 143.56 | 190.89 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 255 | 0.56 | 0.46 | 0 | 0 | 229.09 | 1 | 0.72 |
| Hex | 70 | 8A | FF | 38 | 2E | 0 | 0 | E5 | 64 | 48 |
| Octal | 160 | 212 | 377 | 70 | 56 | 0 | 0 | 345 | 144 | 110 |
| Binary | 1110000 | 10001010 | 11111111 | 111000 | 101110 | 0 | 0 | 11100101 | 1100100 | 1001000 |
Color Harmonies of #708AFF
Complementary color
Monochromatic Colors of #708AFF
Black with #708AFF
Text Example
Text Example
White with #708AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AFF; }
p { color: rgb(112,138,255); }
H1.HeaderClassName
{
color: #708AFF;
}
.AnyTagClassName
{
color: #708AFF;
}
</style>
background-color css
<style>
a { background-color: #708AFF; }
a { background-color: rgb(112,138,255); }
div.DivClassName
{
background-color: #708AFF;
}
.BgClassName
{
background-color: #708AFF;
}
</style>
border-color css
<style>
span { border-color: #708AFF; }
span { border-color: rgb(112,138,255); }
td.TdClassName
{
border-color: #708AFF;
}
.TagClassName
{
border-color: #708AFF;
}
</style>