Shades of Cornflower Blue #5282FA
Tints of Cornflower Blue #5282FA
RGB
CMYK
RGB Variations
Color information
#5282FA (or 0x5282FA) is known color: Cornflower Blue. HEX triplet: 52, 82 and FA. RGB value is (82,130,250). Sum of RGB (Red+Green+Blue) = 82+130+250=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #5282FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5282FA is #AD7D05. Grayscale: #808080. Windows color (decimal): -11369734 or 16417362. OLE color: 16417362.
HSL color Cylindrical-coordinate representation of color #5282FA: hue angle of 222.86º 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 #5282FA is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 130 | 250 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.02 |
| HSL | 222.86º | 0.94% | 0.65% | - |
| HSV(B) | 222.86º | 0.67% | 0.98% | - |
| XYZ | 28.72 | 24.66 | 93.69 | - |
| YUV | 129.33 | 196.1 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 250 | 0.67 | 0.48 | 0 | 0.02 | 222.86 | 0.94 | 0.65 |
| Hex | 52 | 82 | FA | 43 | 30 | 0 | 2 | DF | 5E | 41 |
| Octal | 122 | 202 | 372 | 103 | 60 | 0 | 2 | 337 | 136 | 101 |
| Binary | 1010010 | 10000010 | 11111010 | 1000011 | 110000 | 0 | 10 | 11011111 | 1011110 | 1000001 |
Color Harmonies of #5282FA
Complementary color
Monochromatic Colors of #5282FA
Black with #5282FA
Text Example
Text Example
White with #5282FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5282FA; }
p { color: rgb(82,130,250); }
H1.HeaderClassName
{
color: #5282FA;
}
.AnyTagClassName
{
color: #5282FA;
}
</style>
background-color css
<style>
a { background-color: #5282FA; }
a { background-color: rgb(82,130,250); }
div.DivClassName
{
background-color: #5282FA;
}
.BgClassName
{
background-color: #5282FA;
}
</style>
border-color css
<style>
span { border-color: #5282FA; }
span { border-color: rgb(82,130,250); }
td.TdClassName
{
border-color: #5282FA;
}
.TagClassName
{
border-color: #5282FA;
}
</style>