Shades of Cornflower Blue #718FD4
Tints of Cornflower Blue #718FD4
RGB
CMYK
RGB Variations
Color information
#718FD4 (or 0x718FD4) is known color: Cornflower Blue. HEX triplet: 71, 8F and D4. RGB value is (113,143,212). Sum of RGB (Red+Green+Blue) = 113+143+212=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #718FD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FD4 is #8E702B. Grayscale: #8D8D8D. Windows color (decimal): -9334828 or 13930353. OLE color: 13930353.
HSL color Cylindrical-coordinate representation of color #718FD4: hue angle of 221.82º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718FD4 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 143 | 212 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.17 |
| HSL | 221.82º | 0.54% | 0.64% | - |
| HSV(B) | 221.82º | 0.47% | 0.83% | - |
| XYZ | 28.52 | 27.91 | 66.17 | - |
| YUV | 141.9 | 167.56 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 212 | 0.47 | 0.33 | 0 | 0.17 | 221.82 | 0.54 | 0.64 |
| Hex | 71 | 8F | D4 | 2F | 21 | 0 | 11 | DE | 36 | 40 |
| Octal | 161 | 217 | 324 | 57 | 41 | 0 | 21 | 336 | 66 | 100 |
| Binary | 1110001 | 10001111 | 11010100 | 101111 | 100001 | 0 | 10001 | 11011110 | 110110 | 1000000 |
Color Harmonies of #718FD4
Complementary color
Monochromatic Colors of #718FD4
Black with #718FD4
Text Example
Text Example
White with #718FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FD4; }
p { color: rgb(113,143,212); }
H1.HeaderClassName
{
color: #718FD4;
}
.AnyTagClassName
{
color: #718FD4;
}
</style>
background-color css
<style>
a { background-color: #718FD4; }
a { background-color: rgb(113,143,212); }
div.DivClassName
{
background-color: #718FD4;
}
.BgClassName
{
background-color: #718FD4;
}
</style>
border-color css
<style>
span { border-color: #718FD4; }
span { border-color: rgb(113,143,212); }
td.TdClassName
{
border-color: #718FD4;
}
.TagClassName
{
border-color: #718FD4;
}
</style>