Shades of Cornflower Blue #5282FF
Tints of Cornflower Blue #5282FF
RGB
CMYK
RGB Variations
Color information
#5282FF (or 0x5282FF) is known color: Cornflower Blue. HEX triplet: 52, 82 and FF. RGB value is (82,130,255). Sum of RGB (Red+Green+Blue) = 82+130+255=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #5282FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5282FF is #AD7D00. Grayscale: #818181. Windows color (decimal): -11369729 or 16745042. OLE color: 16745042.
HSL color Cylindrical-coordinate representation of color #5282FF: hue angle of 223.35º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5282FF is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 130 | 255 | - |
| CMYK | 0.68 | 0.49 | 0 | 0 |
| HSL | 223.35º | 1% | 0.66% | - |
| HSV(B) | 223.35º | 0.68% | 1% | - |
| XYZ | 29.51 | 24.98 | 97.87 | - |
| YUV | 129.9 | 198.6 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 255 | 0.68 | 0.49 | 0 | 0 | 223.35 | 1 | 0.66 |
| Hex | 52 | 82 | FF | 44 | 31 | 0 | 0 | DF | 64 | 42 |
| Octal | 122 | 202 | 377 | 104 | 61 | 0 | 0 | 337 | 144 | 102 |
| Binary | 1010010 | 10000010 | 11111111 | 1000100 | 110001 | 0 | 0 | 11011111 | 1100100 | 1000010 |
Color Harmonies of #5282FF
Complementary color
Monochromatic Colors of #5282FF
Black with #5282FF
Text Example
Text Example
White with #5282FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5282FF; }
p { color: rgb(82,130,255); }
H1.HeaderClassName
{
color: #5282FF;
}
.AnyTagClassName
{
color: #5282FF;
}
</style>
background-color css
<style>
a { background-color: #5282FF; }
a { background-color: rgb(82,130,255); }
div.DivClassName
{
background-color: #5282FF;
}
.BgClassName
{
background-color: #5282FF;
}
</style>
border-color css
<style>
span { border-color: #5282FF; }
span { border-color: rgb(82,130,255); }
td.TdClassName
{
border-color: #5282FF;
}
.TagClassName
{
border-color: #5282FF;
}
</style>