Shades of Cornflower Blue #7183F1
Tints of Cornflower Blue #7183F1
RGB
CMYK
RGB Variations
Color information
#7183F1 (or 0x7183F1) is known color: Cornflower Blue. HEX triplet: 71, 83 and F1. RGB value is (113,131,241). Sum of RGB (Red+Green+Blue) = 113+131+241=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #7183F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7183F1 is #8E7C0E. Grayscale: #898989. Windows color (decimal): -9337871 or 15827825. OLE color: 15827825.
HSL color Cylindrical-coordinate representation of color #7183F1: hue angle of 231.56º 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 #7183F1 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 131 | 241 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.05 |
| HSL | 231.56º | 0.82% | 0.69% | - |
| HSV(B) | 231.56º | 0.53% | 0.95% | - |
| XYZ | 30.8 | 26.09 | 86.63 | - |
| YUV | 138.16 | 186.04 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 241 | 0.53 | 0.46 | 0 | 0.05 | 231.56 | 0.82 | 0.69 |
| Hex | 71 | 83 | F1 | 35 | 2E | 0 | 5 | E8 | 52 | 45 |
| Octal | 161 | 203 | 361 | 65 | 56 | 0 | 5 | 350 | 122 | 105 |
| Binary | 1110001 | 10000011 | 11110001 | 110101 | 101110 | 0 | 101 | 11101000 | 1010010 | 1000101 |
Color Harmonies of #7183F1
Complementary color
Monochromatic Colors of #7183F1
Black with #7183F1
Text Example
Text Example
White with #7183F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7183F1; }
p { color: rgb(113,131,241); }
H1.HeaderClassName
{
color: #7183F1;
}
.AnyTagClassName
{
color: #7183F1;
}
</style>
background-color css
<style>
a { background-color: #7183F1; }
a { background-color: rgb(113,131,241); }
div.DivClassName
{
background-color: #7183F1;
}
.BgClassName
{
background-color: #7183F1;
}
</style>
border-color css
<style>
span { border-color: #7183F1; }
span { border-color: rgb(113,131,241); }
td.TdClassName
{
border-color: #7183F1;
}
.TagClassName
{
border-color: #7183F1;
}
</style>