Shades of Cornflower Blue #718DFE
Tints of Cornflower Blue #718DFE
RGB
CMYK
RGB Variations
Color information
#718DFE (or 0x718DFE) is known color: Cornflower Blue. HEX triplet: 71, 8D and FE. RGB value is (113,141,254). Sum of RGB (Red+Green+Blue) = 113+141+254=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #718DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718DFE is #8E7201. Grayscale: #919191. Windows color (decimal): -9335298 or 16682353. OLE color: 16682353.
HSL color Cylindrical-coordinate representation of color #718DFE: hue angle of 228.09º 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 #718DFE is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 141 | 254 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.00 |
| HSL | 228.09º | 0.99% | 0.72% | - |
| HSV(B) | 228.09º | 0.56% | 1% | - |
| XYZ | 34.22 | 29.72 | 97.7 | - |
| YUV | 145.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 254 | 0.56 | 0.44 | 0 | 0.00 | 228.09 | 0.99 | 0.72 |
| Hex | 71 | 8D | FE | 38 | 2C | 0 | 0 | E4 | 63 | 48 |
| Octal | 161 | 215 | 376 | 70 | 54 | 0 | 0 | 344 | 143 | 110 |
| Binary | 1110001 | 10001101 | 11111110 | 111000 | 101100 | 0 | 0 | 11100100 | 1100011 | 1001000 |
Color Harmonies of #718DFE
Complementary color
Monochromatic Colors of #718DFE
Black with #718DFE
Text Example
Text Example
White with #718DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718DFE; }
p { color: rgb(113,141,254); }
H1.HeaderClassName
{
color: #718DFE;
}
.AnyTagClassName
{
color: #718DFE;
}
</style>
background-color css
<style>
a { background-color: #718DFE; }
a { background-color: rgb(113,141,254); }
div.DivClassName
{
background-color: #718DFE;
}
.BgClassName
{
background-color: #718DFE;
}
</style>
border-color css
<style>
span { border-color: #718DFE; }
span { border-color: rgb(113,141,254); }
td.TdClassName
{
border-color: #718DFE;
}
.TagClassName
{
border-color: #718DFE;
}
</style>