Shades of Cornflower Blue #5380FD
Tints of Cornflower Blue #5380FD
RGB
CMYK
RGB Variations
Color information
#5380FD (or 0x5380FD) is known color: Cornflower Blue. HEX triplet: 53, 80 and FD. RGB value is (83,128,253). Sum of RGB (Red+Green+Blue) = 83+128+253=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #5380FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5380FD is #AC7F02. Grayscale: #808080. Windows color (decimal): -11304707 or 16613459. OLE color: 16613459.
HSL color Cylindrical-coordinate representation of color #5380FD: hue angle of 224.12º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5380FD is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 128 | 253 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.01 |
| HSL | 224.12º | 0.98% | 0.66% | - |
| HSV(B) | 224.12º | 0.67% | 0.99% | - |
| XYZ | 29.02 | 24.37 | 96.1 | - |
| YUV | 128.8 | 198.09 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 253 | 0.67 | 0.49 | 0 | 0.01 | 224.12 | 0.98 | 0.66 |
| Hex | 53 | 80 | FD | 43 | 31 | 0 | 1 | E0 | 62 | 42 |
| Octal | 123 | 200 | 375 | 103 | 61 | 0 | 1 | 340 | 142 | 102 |
| Binary | 1010011 | 10000000 | 11111101 | 1000011 | 110001 | 0 | 1 | 11100000 | 1100010 | 1000010 |
Color Harmonies of #5380FD
Complementary color
Monochromatic Colors of #5380FD
Black with #5380FD
Text Example
Text Example
White with #5380FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5380FD; }
p { color: rgb(83,128,253); }
H1.HeaderClassName
{
color: #5380FD;
}
.AnyTagClassName
{
color: #5380FD;
}
</style>
background-color css
<style>
a { background-color: #5380FD; }
a { background-color: rgb(83,128,253); }
div.DivClassName
{
background-color: #5380FD;
}
.BgClassName
{
background-color: #5380FD;
}
</style>
border-color css
<style>
span { border-color: #5380FD; }
span { border-color: rgb(83,128,253); }
td.TdClassName
{
border-color: #5380FD;
}
.TagClassName
{
border-color: #5380FD;
}
</style>