Shades of Cornflower Blue #718AFE
Tints of Cornflower Blue #718AFE
RGB
CMYK
RGB Variations
Color information
#718AFE (or 0x718AFE) is known color: Cornflower Blue. HEX triplet: 71, 8A and FE. RGB value is (113,138,254). Sum of RGB (Red+Green+Blue) = 113+138+254=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #718AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AFE is #8E7501. Grayscale: #8F8F8F. Windows color (decimal): -9336066 or 16681585. OLE color: 16681585.
HSL color Cylindrical-coordinate representation of color #718AFE: hue angle of 229.36º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #718AFE is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 138 | 254 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.00 |
| HSL | 229.36º | 0.99% | 0.72% | - |
| HSV(B) | 229.36º | 0.56% | 1% | - |
| XYZ | 33.79 | 28.84 | 97.55 | - |
| YUV | 143.75 | 190.22 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 254 | 0.56 | 0.46 | 0 | 0.00 | 229.36 | 0.99 | 0.72 |
| Hex | 71 | 8A | FE | 38 | 2E | 0 | 0 | E5 | 63 | 48 |
| Octal | 161 | 212 | 376 | 70 | 56 | 0 | 0 | 345 | 143 | 110 |
| Binary | 1110001 | 10001010 | 11111110 | 111000 | 101110 | 0 | 0 | 11100101 | 1100011 | 1001000 |
Color Harmonies of #718AFE
Complementary color
Monochromatic Colors of #718AFE
Black with #718AFE
Text Example
Text Example
White with #718AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718AFE; }
p { color: rgb(113,138,254); }
H1.HeaderClassName
{
color: #718AFE;
}
.AnyTagClassName
{
color: #718AFE;
}
</style>
background-color css
<style>
a { background-color: #718AFE; }
a { background-color: rgb(113,138,254); }
div.DivClassName
{
background-color: #718AFE;
}
.BgClassName
{
background-color: #718AFE;
}
</style>
border-color css
<style>
span { border-color: #718AFE; }
span { border-color: rgb(113,138,254); }
td.TdClassName
{
border-color: #718AFE;
}
.TagClassName
{
border-color: #718AFE;
}
</style>