Shades of Cornflower Blue #7182F0
Tints of Cornflower Blue #7182F0
RGB
CMYK
RGB Variations
Color information
#7182F0 (or 0x7182F0) is known color: Cornflower Blue. HEX triplet: 71, 82 and F0. RGB value is (113,130,240). Sum of RGB (Red+Green+Blue) = 113+130+240=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #7182F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7182F0 is #8E7D0F. Grayscale: #898989. Windows color (decimal): -9338128 or 15762033. OLE color: 15762033.
HSL color Cylindrical-coordinate representation of color #7182F0: hue angle of 231.97º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7182F0 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 130 | 240 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.06 |
| HSL | 231.97º | 0.81% | 0.69% | - |
| HSV(B) | 231.97º | 0.53% | 0.94% | - |
| XYZ | 30.52 | 25.77 | 85.8 | - |
| YUV | 137.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 240 | 0.53 | 0.46 | 0 | 0.06 | 231.97 | 0.81 | 0.69 |
| Hex | 71 | 82 | F0 | 35 | 2E | 0 | 6 | E8 | 51 | 45 |
| Octal | 161 | 202 | 360 | 65 | 56 | 0 | 6 | 350 | 121 | 105 |
| Binary | 1110001 | 10000010 | 11110000 | 110101 | 101110 | 0 | 110 | 11101000 | 1010001 | 1000101 |
Color Harmonies of #7182F0
Complementary color
Monochromatic Colors of #7182F0
Black with #7182F0
Text Example
Text Example
White with #7182F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7182F0; }
p { color: rgb(113,130,240); }
H1.HeaderClassName
{
color: #7182F0;
}
.AnyTagClassName
{
color: #7182F0;
}
</style>
background-color css
<style>
a { background-color: #7182F0; }
a { background-color: rgb(113,130,240); }
div.DivClassName
{
background-color: #7182F0;
}
.BgClassName
{
background-color: #7182F0;
}
</style>
border-color css
<style>
span { border-color: #7182F0; }
span { border-color: rgb(113,130,240); }
td.TdClassName
{
border-color: #7182F0;
}
.TagClassName
{
border-color: #7182F0;
}
</style>