Shades of Cornflower Blue #718BEF
Tints of Cornflower Blue #718BEF
RGB
CMYK
RGB Variations
Color information
#718BEF (or 0x718BEF) is known color: Cornflower Blue. HEX triplet: 71, 8B and EF. RGB value is (113,139,239). Sum of RGB (Red+Green+Blue) = 113+139+239=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #718BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718BEF is #8E7410. Grayscale: #8E8E8E. Windows color (decimal): -9335825 or 15698801. OLE color: 15698801.
HSL color Cylindrical-coordinate representation of color #718BEF: hue angle of 227.62º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #718BEF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 139 | 239 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.06 |
| HSL | 227.62º | 0.8% | 0.69% | - |
| HSV(B) | 227.62º | 0.53% | 0.94% | - |
| XYZ | 31.62 | 28.21 | 85.44 | - |
| YUV | 142.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 239 | 0.53 | 0.42 | 0 | 0.06 | 227.62 | 0.8 | 0.69 |
| Hex | 71 | 8B | EF | 35 | 2A | 0 | 6 | E4 | 50 | 45 |
| Octal | 161 | 213 | 357 | 65 | 52 | 0 | 6 | 344 | 120 | 105 |
| Binary | 1110001 | 10001011 | 11101111 | 110101 | 101010 | 0 | 110 | 11100100 | 1010000 | 1000101 |
Color Harmonies of #718BEF
Complementary color
Monochromatic Colors of #718BEF
Black with #718BEF
Text Example
Text Example
White with #718BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BEF; }
p { color: rgb(113,139,239); }
H1.HeaderClassName
{
color: #718BEF;
}
.AnyTagClassName
{
color: #718BEF;
}
</style>
background-color css
<style>
a { background-color: #718BEF; }
a { background-color: rgb(113,139,239); }
div.DivClassName
{
background-color: #718BEF;
}
.BgClassName
{
background-color: #718BEF;
}
</style>
border-color css
<style>
span { border-color: #718BEF; }
span { border-color: rgb(113,139,239); }
td.TdClassName
{
border-color: #718BEF;
}
.TagClassName
{
border-color: #718BEF;
}
</style>