Shades of Cornflower Blue #718BED
Tints of Cornflower Blue #718BED
RGB
CMYK
RGB Variations
Color information
#718BED (or 0x718BED) is known color: Cornflower Blue. HEX triplet: 71, 8B and ED. RGB value is (113,139,237). Sum of RGB (Red+Green+Blue) = 113+139+237=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #718BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718BED is #8E7412. Grayscale: #8D8D8D. Windows color (decimal): -9335827 or 15567729. OLE color: 15567729.
HSL color Cylindrical-coordinate representation of color #718BED: hue angle of 227.42º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #718BED is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 139 | 237 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.07 |
| HSL | 227.42º | 0.78% | 0.69% | - |
| HSV(B) | 227.42º | 0.52% | 0.93% | - |
| XYZ | 31.33 | 28.09 | 83.89 | - |
| YUV | 142.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 237 | 0.52 | 0.41 | 0 | 0.07 | 227.42 | 0.78 | 0.69 |
| Hex | 71 | 8B | ED | 34 | 29 | 0 | 7 | E3 | 4E | 45 |
| Octal | 161 | 213 | 355 | 64 | 51 | 0 | 7 | 343 | 116 | 105 |
| Binary | 1110001 | 10001011 | 11101101 | 110100 | 101001 | 0 | 111 | 11100011 | 1001110 | 1000101 |
Color Harmonies of #718BED
Complementary color
Monochromatic Colors of #718BED
Black with #718BED
Text Example
Text Example
White with #718BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BED; }
p { color: rgb(113,139,237); }
H1.HeaderClassName
{
color: #718BED;
}
.AnyTagClassName
{
color: #718BED;
}
</style>
background-color css
<style>
a { background-color: #718BED; }
a { background-color: rgb(113,139,237); }
div.DivClassName
{
background-color: #718BED;
}
.BgClassName
{
background-color: #718BED;
}
</style>
border-color css
<style>
span { border-color: #718BED; }
span { border-color: rgb(113,139,237); }
td.TdClassName
{
border-color: #718BED;
}
.TagClassName
{
border-color: #718BED;
}
</style>