Shades of Cornflower Blue #5280EF
Tints of Cornflower Blue #5280EF
RGB
CMYK
RGB Variations
Color information
#5280EF (or 0x5280EF) is known color: Cornflower Blue. HEX triplet: 52, 80 and EF. RGB value is (82,128,239). Sum of RGB (Red+Green+Blue) = 82+128+239=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #5280EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5280EF is #AD7F10. Grayscale: #7E7E7E. Windows color (decimal): -11370257 or 15695954. OLE color: 15695954.
HSL color Cylindrical-coordinate representation of color #5280EF: hue angle of 222.42º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5280EF is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 128 | 239 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.06 |
| HSL | 222.42º | 0.83% | 0.63% | - |
| HSV(B) | 222.42º | 0.66% | 0.94% | - |
| XYZ | 26.78 | 23.46 | 84.78 | - |
| YUV | 126.9 | 191.26 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 239 | 0.66 | 0.46 | 0 | 0.06 | 222.42 | 0.83 | 0.63 |
| Hex | 52 | 80 | EF | 42 | 2E | 0 | 6 | DE | 53 | 3F |
| Octal | 122 | 200 | 357 | 102 | 56 | 0 | 6 | 336 | 123 | 77 |
| Binary | 1010010 | 10000000 | 11101111 | 1000010 | 101110 | 0 | 110 | 11011110 | 1010011 | 111111 |
Color Harmonies of #5280EF
Complementary color
Monochromatic Colors of #5280EF
Black with #5280EF
Text Example
Text Example
White with #5280EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280EF; }
p { color: rgb(82,128,239); }
H1.HeaderClassName
{
color: #5280EF;
}
.AnyTagClassName
{
color: #5280EF;
}
</style>
background-color css
<style>
a { background-color: #5280EF; }
a { background-color: rgb(82,128,239); }
div.DivClassName
{
background-color: #5280EF;
}
.BgClassName
{
background-color: #5280EF;
}
</style>
border-color css
<style>
span { border-color: #5280EF; }
span { border-color: rgb(82,128,239); }
td.TdClassName
{
border-color: #5280EF;
}
.TagClassName
{
border-color: #5280EF;
}
</style>