Shades of Cornflower Blue #5082FD
Tints of Cornflower Blue #5082FD
RGB
CMYK
RGB Variations
Color information
#5082FD (or 0x5082FD) is known color: Cornflower Blue. HEX triplet: 50, 82 and FD. RGB value is (80,130,253). Sum of RGB (Red+Green+Blue) = 80+130+253=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #5082FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5082FD is #AF7D02. Grayscale: #808080. Windows color (decimal): -11500803 or 16613968. OLE color: 16613968.
HSL color Cylindrical-coordinate representation of color #5082FD: hue angle of 222.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5082FD is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 130 | 253 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.01 |
| HSL | 222.66º | 0.98% | 0.65% | - |
| HSV(B) | 222.66º | 0.68% | 0.99% | - |
| XYZ | 29.02 | 24.76 | 96.18 | - |
| YUV | 129.07 | 197.94 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 253 | 0.68 | 0.49 | 0 | 0.01 | 222.66 | 0.98 | 0.65 |
| Hex | 50 | 82 | FD | 44 | 31 | 0 | 1 | DF | 62 | 41 |
| Octal | 120 | 202 | 375 | 104 | 61 | 0 | 1 | 337 | 142 | 101 |
| Binary | 1010000 | 10000010 | 11111101 | 1000100 | 110001 | 0 | 1 | 11011111 | 1100010 | 1000001 |
Color Harmonies of #5082FD
Complementary color
Monochromatic Colors of #5082FD
Black with #5082FD
Text Example
Text Example
White with #5082FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5082FD; }
p { color: rgb(80,130,253); }
H1.HeaderClassName
{
color: #5082FD;
}
.AnyTagClassName
{
color: #5082FD;
}
</style>
background-color css
<style>
a { background-color: #5082FD; }
a { background-color: rgb(80,130,253); }
div.DivClassName
{
background-color: #5082FD;
}
.BgClassName
{
background-color: #5082FD;
}
</style>
border-color css
<style>
span { border-color: #5082FD; }
span { border-color: rgb(80,130,253); }
td.TdClassName
{
border-color: #5082FD;
}
.TagClassName
{
border-color: #5082FD;
}
</style>