Shades of Cornflower Blue #718FEF
Tints of Cornflower Blue #718FEF
RGB
CMYK
RGB Variations
Color information
#718FEF (or 0x718FEF) is known color: Cornflower Blue. HEX triplet: 71, 8F and EF. RGB value is (113,143,239). Sum of RGB (Red+Green+Blue) = 113+143+239=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #718FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718FEF is #8E7010. Grayscale: #909090. Windows color (decimal): -9334801 or 15699825. OLE color: 15699825.
HSL color Cylindrical-coordinate representation of color #718FEF: hue angle of 225.71º 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 #718FEF is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 143 | 239 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.06 |
| HSL | 225.71º | 0.8% | 0.69% | - |
| HSV(B) | 225.71º | 0.53% | 0.94% | - |
| XYZ | 32.21 | 29.39 | 85.64 | - |
| YUV | 144.97 | 181.06 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 239 | 0.53 | 0.40 | 0 | 0.06 | 225.71 | 0.8 | 0.69 |
| Hex | 71 | 8F | EF | 35 | 28 | 0 | 6 | E2 | 50 | 45 |
| Octal | 161 | 217 | 357 | 65 | 50 | 0 | 6 | 342 | 120 | 105 |
| Binary | 1110001 | 10001111 | 11101111 | 110101 | 101000 | 0 | 110 | 11100010 | 1010000 | 1000101 |
Color Harmonies of #718FEF
Complementary color
Monochromatic Colors of #718FEF
Black with #718FEF
Text Example
Text Example
White with #718FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FEF; }
p { color: rgb(113,143,239); }
H1.HeaderClassName
{
color: #718FEF;
}
.AnyTagClassName
{
color: #718FEF;
}
</style>
background-color css
<style>
a { background-color: #718FEF; }
a { background-color: rgb(113,143,239); }
div.DivClassName
{
background-color: #718FEF;
}
.BgClassName
{
background-color: #718FEF;
}
</style>
border-color css
<style>
span { border-color: #718FEF; }
span { border-color: rgb(113,143,239); }
td.TdClassName
{
border-color: #718FEF;
}
.TagClassName
{
border-color: #718FEF;
}
</style>