Shades of Cornflower Blue #7383FA
Tints of Cornflower Blue #7383FA
RGB
CMYK
RGB Variations
Color information
#7383FA (or 0x7383FA) is known color: Cornflower Blue. HEX triplet: 73, 83 and FA. RGB value is (115,131,250). Sum of RGB (Red+Green+Blue) = 115+131+250=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #7383FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7383FA is #8C7C05. Grayscale: #8B8B8B. Windows color (decimal): -9206790 or 16417651. OLE color: 16417651.
HSL color Cylindrical-coordinate representation of color #7383FA: hue angle of 232.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7383FA is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 131 | 250 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.02 |
| HSL | 232.89º | 0.93% | 0.72% | - |
| HSV(B) | 232.89º | 0.54% | 0.98% | - |
| XYZ | 32.44 | 26.78 | 93.9 | - |
| YUV | 139.78 | 190.2 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 250 | 0.54 | 0.48 | 0 | 0.02 | 232.89 | 0.93 | 0.72 |
| Hex | 73 | 83 | FA | 36 | 30 | 0 | 2 | E9 | 5D | 48 |
| Octal | 163 | 203 | 372 | 66 | 60 | 0 | 2 | 351 | 135 | 110 |
| Binary | 1110011 | 10000011 | 11111010 | 110110 | 110000 | 0 | 10 | 11101001 | 1011101 | 1001000 |
Color Harmonies of #7383FA
Complementary color
Monochromatic Colors of #7383FA
Black with #7383FA
Text Example
Text Example
White with #7383FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7383FA; }
p { color: rgb(115,131,250); }
H1.HeaderClassName
{
color: #7383FA;
}
.AnyTagClassName
{
color: #7383FA;
}
</style>
background-color css
<style>
a { background-color: #7383FA; }
a { background-color: rgb(115,131,250); }
div.DivClassName
{
background-color: #7383FA;
}
.BgClassName
{
background-color: #7383FA;
}
</style>
border-color css
<style>
span { border-color: #7383FA; }
span { border-color: rgb(115,131,250); }
td.TdClassName
{
border-color: #7383FA;
}
.TagClassName
{
border-color: #7383FA;
}
</style>