Shades of Cornflower Blue #718BDF
Tints of Cornflower Blue #718BDF
RGB
CMYK
RGB Variations
Color information
#718BDF (or 0x718BDF) is known color: Cornflower Blue. HEX triplet: 71, 8B and DF. RGB value is (113,139,223). Sum of RGB (Red+Green+Blue) = 113+139+223=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #718BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BDF is #8E7420. Grayscale: #8C8C8C. Windows color (decimal): -9335841 or 14650225. OLE color: 14650225.
HSL color Cylindrical-coordinate representation of color #718BDF: hue angle of 225.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718BDF is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 139 | 223 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.13 |
| HSL | 225.82º | 0.63% | 0.66% | - |
| HSV(B) | 225.82º | 0.49% | 0.87% | - |
| XYZ | 29.36 | 27.3 | 73.53 | - |
| YUV | 140.8 | 174.39 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 223 | 0.49 | 0.38 | 0 | 0.13 | 225.82 | 0.63 | 0.66 |
| Hex | 71 | 8B | DF | 31 | 26 | 0 | D | E2 | 3F | 42 |
| Octal | 161 | 213 | 337 | 61 | 46 | 0 | 15 | 342 | 77 | 102 |
| Binary | 1110001 | 10001011 | 11011111 | 110001 | 100110 | 0 | 1101 | 11100010 | 111111 | 1000010 |
Color Harmonies of #718BDF
Complementary color
Monochromatic Colors of #718BDF
Black with #718BDF
Text Example
Text Example
White with #718BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BDF; }
p { color: rgb(113,139,223); }
H1.HeaderClassName
{
color: #718BDF;
}
.AnyTagClassName
{
color: #718BDF;
}
</style>
background-color css
<style>
a { background-color: #718BDF; }
a { background-color: rgb(113,139,223); }
div.DivClassName
{
background-color: #718BDF;
}
.BgClassName
{
background-color: #718BDF;
}
</style>
border-color css
<style>
span { border-color: #718BDF; }
span { border-color: rgb(113,139,223); }
td.TdClassName
{
border-color: #718BDF;
}
.TagClassName
{
border-color: #718BDF;
}
</style>