Shades of Cornflower Blue #5282F6
Tints of Cornflower Blue #5282F6
RGB
CMYK
RGB Variations
Color information
#5282F6 (or 0x5282F6) is known color: Cornflower Blue. HEX triplet: 52, 82 and F6. RGB value is (82,130,246). Sum of RGB (Red+Green+Blue) = 82+130+246=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #5282F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5282F6 is #AD7D09. Grayscale: #808080. Windows color (decimal): -11369738 or 16155218. OLE color: 16155218.
HSL color Cylindrical-coordinate representation of color #5282F6: hue angle of 222.44º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5282F6 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 130 | 246 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.04 |
| HSL | 222.44º | 0.9% | 0.64% | - |
| HSV(B) | 222.44º | 0.67% | 0.96% | - |
| XYZ | 28.1 | 24.41 | 90.42 | - |
| YUV | 128.87 | 194.1 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 246 | 0.67 | 0.47 | 0 | 0.04 | 222.44 | 0.9 | 0.64 |
| Hex | 52 | 82 | F6 | 43 | 2F | 0 | 4 | DE | 5A | 40 |
| Octal | 122 | 202 | 366 | 103 | 57 | 0 | 4 | 336 | 132 | 100 |
| Binary | 1010010 | 10000010 | 11110110 | 1000011 | 101111 | 0 | 100 | 11011110 | 1011010 | 1000000 |
Color Harmonies of #5282F6
Complementary color
Monochromatic Colors of #5282F6
Black with #5282F6
Text Example
Text Example
White with #5282F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5282F6; }
p { color: rgb(82,130,246); }
H1.HeaderClassName
{
color: #5282F6;
}
.AnyTagClassName
{
color: #5282F6;
}
</style>
background-color css
<style>
a { background-color: #5282F6; }
a { background-color: rgb(82,130,246); }
div.DivClassName
{
background-color: #5282F6;
}
.BgClassName
{
background-color: #5282F6;
}
</style>
border-color css
<style>
span { border-color: #5282F6; }
span { border-color: rgb(82,130,246); }
td.TdClassName
{
border-color: #5282F6;
}
.TagClassName
{
border-color: #5282F6;
}
</style>