Shades of Cornflower Blue #5380FF
Tints of Cornflower Blue #5380FF
RGB
CMYK
RGB Variations
Color information
#5380FF (or 0x5380FF) is known color: Cornflower Blue. HEX triplet: 53, 80 and FF. RGB value is (83,128,255). Sum of RGB (Red+Green+Blue) = 83+128+255=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #5380FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5380FF is #AC7F00. Grayscale: #808080. Windows color (decimal): -11304705 or 16744531. OLE color: 16744531.
HSL color Cylindrical-coordinate representation of color #5380FF: hue angle of 224.3º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5380FF is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 128 | 255 | - |
| CMYK | 0.67 | 0.50 | 0 | 0 |
| HSL | 224.3º | 1% | 0.66% | - |
| HSV(B) | 224.3º | 0.67% | 1% | - |
| XYZ | 29.34 | 24.5 | 97.79 | - |
| YUV | 129.02 | 199.09 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 255 | 0.67 | 0.50 | 0 | 0 | 224.3 | 1 | 0.66 |
| Hex | 53 | 80 | FF | 43 | 32 | 0 | 0 | E0 | 64 | 42 |
| Octal | 123 | 200 | 377 | 103 | 62 | 0 | 0 | 340 | 144 | 102 |
| Binary | 1010011 | 10000000 | 11111111 | 1000011 | 110010 | 0 | 0 | 11100000 | 1100100 | 1000010 |
Color Harmonies of #5380FF
Complementary color
Monochromatic Colors of #5380FF
Black with #5380FF
Text Example
Text Example
White with #5380FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5380FF; }
p { color: rgb(83,128,255); }
H1.HeaderClassName
{
color: #5380FF;
}
.AnyTagClassName
{
color: #5380FF;
}
</style>
background-color css
<style>
a { background-color: #5380FF; }
a { background-color: rgb(83,128,255); }
div.DivClassName
{
background-color: #5380FF;
}
.BgClassName
{
background-color: #5380FF;
}
</style>
border-color css
<style>
span { border-color: #5380FF; }
span { border-color: rgb(83,128,255); }
td.TdClassName
{
border-color: #5380FF;
}
.TagClassName
{
border-color: #5380FF;
}
</style>