Shades of Cornflower Blue #718BFA
Tints of Cornflower Blue #718BFA
RGB
CMYK
RGB Variations
Color information
#718BFA (or 0x718BFA) is known color: Cornflower Blue. HEX triplet: 71, 8B and FA. RGB value is (113,139,250). Sum of RGB (Red+Green+Blue) = 113+139+250=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #718BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718BFA is #8E7405. Grayscale: #8F8F8F. Windows color (decimal): -9335814 or 16419697. OLE color: 16419697.
HSL color Cylindrical-coordinate representation of color #718BFA: hue angle of 228.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #718BFA is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 139 | 250 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.02 |
| HSL | 228.61º | 0.93% | 0.71% | - |
| HSV(B) | 228.61º | 0.55% | 0.98% | - |
| XYZ | 33.3 | 28.88 | 94.26 | - |
| YUV | 143.88 | 187.89 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 250 | 0.55 | 0.44 | 0 | 0.02 | 228.61 | 0.93 | 0.71 |
| Hex | 71 | 8B | FA | 37 | 2C | 0 | 2 | E5 | 5D | 47 |
| Octal | 161 | 213 | 372 | 67 | 54 | 0 | 2 | 345 | 135 | 107 |
| Binary | 1110001 | 10001011 | 11111010 | 110111 | 101100 | 0 | 10 | 11100101 | 1011101 | 1000111 |
Color Harmonies of #718BFA
Complementary color
Monochromatic Colors of #718BFA
Black with #718BFA
Text Example
Text Example
White with #718BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BFA; }
p { color: rgb(113,139,250); }
H1.HeaderClassName
{
color: #718BFA;
}
.AnyTagClassName
{
color: #718BFA;
}
</style>
background-color css
<style>
a { background-color: #718BFA; }
a { background-color: rgb(113,139,250); }
div.DivClassName
{
background-color: #718BFA;
}
.BgClassName
{
background-color: #718BFA;
}
</style>
border-color css
<style>
span { border-color: #718BFA; }
span { border-color: rgb(113,139,250); }
td.TdClassName
{
border-color: #718BFA;
}
.TagClassName
{
border-color: #718BFA;
}
</style>