Shades of Cornflower Blue #5380FA
Tints of Cornflower Blue #5380FA
RGB
CMYK
RGB Variations
Color information
#5380FA (or 0x5380FA) is known color: Cornflower Blue. HEX triplet: 53, 80 and FA. RGB value is (83,128,250). Sum of RGB (Red+Green+Blue) = 83+128+250=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #5380FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5380FA is #AC7F05. Grayscale: #7F7F7F. Windows color (decimal): -11304710 or 16416851. OLE color: 16416851.
HSL color Cylindrical-coordinate representation of color #5380FA: hue angle of 223.83º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5380FA is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 128 | 250 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.02 |
| HSL | 223.83º | 0.94% | 0.65% | - |
| HSV(B) | 223.83º | 0.67% | 0.98% | - |
| XYZ | 28.54 | 24.18 | 93.61 | - |
| YUV | 128.45 | 196.59 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 250 | 0.67 | 0.49 | 0 | 0.02 | 223.83 | 0.94 | 0.65 |
| Hex | 53 | 80 | FA | 43 | 31 | 0 | 2 | E0 | 5E | 41 |
| Octal | 123 | 200 | 372 | 103 | 61 | 0 | 2 | 340 | 136 | 101 |
| Binary | 1010011 | 10000000 | 11111010 | 1000011 | 110001 | 0 | 10 | 11100000 | 1011110 | 1000001 |
Color Harmonies of #5380FA
Complementary color
Monochromatic Colors of #5380FA
Black with #5380FA
Text Example
Text Example
White with #5380FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5380FA; }
p { color: rgb(83,128,250); }
H1.HeaderClassName
{
color: #5380FA;
}
.AnyTagClassName
{
color: #5380FA;
}
</style>
background-color css
<style>
a { background-color: #5380FA; }
a { background-color: rgb(83,128,250); }
div.DivClassName
{
background-color: #5380FA;
}
.BgClassName
{
background-color: #5380FA;
}
</style>
border-color css
<style>
span { border-color: #5380FA; }
span { border-color: rgb(83,128,250); }
td.TdClassName
{
border-color: #5380FA;
}
.TagClassName
{
border-color: #5380FA;
}
</style>