Shades of Cornflower Blue #5582FD
Tints of Cornflower Blue #5582FD
RGB
CMYK
RGB Variations
Color information
#5582FD (or 0x5582FD) is known color: Cornflower Blue. HEX triplet: 55, 82 and FD. RGB value is (85,130,253). Sum of RGB (Red+Green+Blue) = 85+130+253=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #5582FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5582FD is #AA7D02. Grayscale: #828282. Windows color (decimal): -11173123 or 16613973. OLE color: 16613973.
HSL color Cylindrical-coordinate representation of color #5582FD: hue angle of 223.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5582FD is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 130 | 253 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.01 |
| HSL | 223.93º | 0.98% | 0.66% | - |
| HSV(B) | 223.93º | 0.66% | 0.99% | - |
| XYZ | 29.46 | 24.99 | 96.2 | - |
| YUV | 130.57 | 197.09 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 253 | 0.66 | 0.49 | 0 | 0.01 | 223.93 | 0.98 | 0.66 |
| Hex | 55 | 82 | FD | 42 | 31 | 0 | 1 | E0 | 62 | 42 |
| Octal | 125 | 202 | 375 | 102 | 61 | 0 | 1 | 340 | 142 | 102 |
| Binary | 1010101 | 10000010 | 11111101 | 1000010 | 110001 | 0 | 1 | 11100000 | 1100010 | 1000010 |
Color Harmonies of #5582FD
Complementary color
Monochromatic Colors of #5582FD
Black with #5582FD
Text Example
Text Example
White with #5582FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5582FD; }
p { color: rgb(85,130,253); }
H1.HeaderClassName
{
color: #5582FD;
}
.AnyTagClassName
{
color: #5582FD;
}
</style>
background-color css
<style>
a { background-color: #5582FD; }
a { background-color: rgb(85,130,253); }
div.DivClassName
{
background-color: #5582FD;
}
.BgClassName
{
background-color: #5582FD;
}
</style>
border-color css
<style>
span { border-color: #5582FD; }
span { border-color: rgb(85,130,253); }
td.TdClassName
{
border-color: #5582FD;
}
.TagClassName
{
border-color: #5582FD;
}
</style>