Shades of Cornflower Blue #718FEA
Tints of Cornflower Blue #718FEA
RGB
CMYK
RGB Variations
Color information
#718FEA (or 0x718FEA) is known color: Cornflower Blue. HEX triplet: 71, 8F and EA. RGB value is (113,143,234). Sum of RGB (Red+Green+Blue) = 113+143+234=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #718FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718FEA is #8E7015. Grayscale: #909090. Windows color (decimal): -9334806 or 15372145. OLE color: 15372145.
HSL color Cylindrical-coordinate representation of color #718FEA: hue angle of 225.12º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #718FEA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 143 | 234 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.08 |
| HSL | 225.12º | 0.74% | 0.68% | - |
| HSV(B) | 225.12º | 0.52% | 0.92% | - |
| XYZ | 31.48 | 29.1 | 81.8 | - |
| YUV | 144.4 | 178.56 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 234 | 0.52 | 0.39 | 0 | 0.08 | 225.12 | 0.74 | 0.68 |
| Hex | 71 | 8F | EA | 34 | 27 | 0 | 8 | E1 | 4A | 44 |
| Octal | 161 | 217 | 352 | 64 | 47 | 0 | 10 | 341 | 112 | 104 |
| Binary | 1110001 | 10001111 | 11101010 | 110100 | 100111 | 0 | 1000 | 11100001 | 1001010 | 1000100 |
Color Harmonies of #718FEA
Complementary color
Monochromatic Colors of #718FEA
Black with #718FEA
Text Example
Text Example
White with #718FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FEA; }
p { color: rgb(113,143,234); }
H1.HeaderClassName
{
color: #718FEA;
}
.AnyTagClassName
{
color: #718FEA;
}
</style>
background-color css
<style>
a { background-color: #718FEA; }
a { background-color: rgb(113,143,234); }
div.DivClassName
{
background-color: #718FEA;
}
.BgClassName
{
background-color: #718FEA;
}
</style>
border-color css
<style>
span { border-color: #718FEA; }
span { border-color: rgb(113,143,234); }
td.TdClassName
{
border-color: #718FEA;
}
.TagClassName
{
border-color: #718FEA;
}
</style>