Shades of Cornflower Blue #718FF1
Tints of Cornflower Blue #718FF1
RGB
CMYK
RGB Variations
Color information
#718FF1 (or 0x718FF1) is known color: Cornflower Blue. HEX triplet: 71, 8F and F1. RGB value is (113,143,241). Sum of RGB (Red+Green+Blue) = 113+143+241=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #718FF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718FF1 is #8E700E. Grayscale: #909090. Windows color (decimal): -9334799 or 15830897. OLE color: 15830897.
HSL color Cylindrical-coordinate representation of color #718FF1: hue angle of 225.94º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #718FF1 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 143 | 241 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.05 |
| HSL | 225.94º | 0.82% | 0.69% | - |
| HSV(B) | 225.94º | 0.53% | 0.95% | - |
| XYZ | 32.51 | 29.51 | 87.2 | - |
| YUV | 145.2 | 182.06 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 241 | 0.53 | 0.41 | 0 | 0.05 | 225.94 | 0.82 | 0.69 |
| Hex | 71 | 8F | F1 | 35 | 29 | 0 | 5 | E2 | 52 | 45 |
| Octal | 161 | 217 | 361 | 65 | 51 | 0 | 5 | 342 | 122 | 105 |
| Binary | 1110001 | 10001111 | 11110001 | 110101 | 101001 | 0 | 101 | 11100010 | 1010010 | 1000101 |
Color Harmonies of #718FF1
Complementary color
Monochromatic Colors of #718FF1
Black with #718FF1
Text Example
Text Example
White with #718FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FF1; }
p { color: rgb(113,143,241); }
H1.HeaderClassName
{
color: #718FF1;
}
.AnyTagClassName
{
color: #718FF1;
}
</style>
background-color css
<style>
a { background-color: #718FF1; }
a { background-color: rgb(113,143,241); }
div.DivClassName
{
background-color: #718FF1;
}
.BgClassName
{
background-color: #718FF1;
}
</style>
border-color css
<style>
span { border-color: #718FF1; }
span { border-color: rgb(113,143,241); }
td.TdClassName
{
border-color: #718FF1;
}
.TagClassName
{
border-color: #718FF1;
}
</style>