Shades of Cornflower Blue #718FE2
Tints of Cornflower Blue #718FE2
RGB
CMYK
RGB Variations
Color information
#718FE2 (or 0x718FE2) is known color: Cornflower Blue. HEX triplet: 71, 8F and E2. RGB value is (113,143,226). Sum of RGB (Red+Green+Blue) = 113+143+226=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #718FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FE2 is #8E701D. Grayscale: #8F8F8F. Windows color (decimal): -9334814 or 14847857. OLE color: 14847857.
HSL color Cylindrical-coordinate representation of color #718FE2: hue angle of 224.07º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718FE2 is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 143 | 226 | - |
| CMYK | 0.5 | 0.37 | 0 | 0.11 |
| HSL | 224.07º | 0.66% | 0.66% | - |
| HSV(B) | 224.07º | 0.5% | 0.89% | - |
| XYZ | 30.36 | 28.65 | 75.88 | - |
| YUV | 143.49 | 174.56 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 226 | 0.5 | 0.37 | 0 | 0.11 | 224.07 | 0.66 | 0.66 |
| Hex | 71 | 8F | E2 | 32 | 25 | 0 | B | E0 | 42 | 42 |
| Octal | 161 | 217 | 342 | 62 | 45 | 0 | 13 | 340 | 102 | 102 |
| Binary | 1110001 | 10001111 | 11100010 | 110010 | 100101 | 0 | 1011 | 11100000 | 1000010 | 1000010 |
Color Harmonies of #718FE2
Complementary color
Monochromatic Colors of #718FE2
Black with #718FE2
Text Example
Text Example
White with #718FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FE2; }
p { color: rgb(113,143,226); }
H1.HeaderClassName
{
color: #718FE2;
}
.AnyTagClassName
{
color: #718FE2;
}
</style>
background-color css
<style>
a { background-color: #718FE2; }
a { background-color: rgb(113,143,226); }
div.DivClassName
{
background-color: #718FE2;
}
.BgClassName
{
background-color: #718FE2;
}
</style>
border-color css
<style>
span { border-color: #718FE2; }
span { border-color: rgb(113,143,226); }
td.TdClassName
{
border-color: #718FE2;
}
.TagClassName
{
border-color: #718FE2;
}
</style>