Shades of Cornflower Blue #5280FB
Tints of Cornflower Blue #5280FB
RGB
CMYK
RGB Variations
Color information
#5280FB (or 0x5280FB) is known color: Cornflower Blue. HEX triplet: 52, 80 and FB. RGB value is (82,128,251). Sum of RGB (Red+Green+Blue) = 82+128+251=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #5280FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5280FB is #AD7F04. Grayscale: #7F7F7F. Windows color (decimal): -11370245 or 16482386. OLE color: 16482386.
HSL color Cylindrical-coordinate representation of color #5280FB: hue angle of 223.67º degrees, saturation: 0.95, 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 #5280FB is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 128 | 251 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.02 |
| HSL | 223.67º | 0.95% | 0.65% | - |
| HSV(B) | 223.67º | 0.67% | 0.98% | - |
| XYZ | 28.61 | 24.2 | 94.43 | - |
| YUV | 128.27 | 197.26 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 251 | 0.67 | 0.49 | 0 | 0.02 | 223.67 | 0.95 | 0.65 |
| Hex | 52 | 80 | FB | 43 | 31 | 0 | 2 | E0 | 5F | 41 |
| Octal | 122 | 200 | 373 | 103 | 61 | 0 | 2 | 340 | 137 | 101 |
| Binary | 1010010 | 10000000 | 11111011 | 1000011 | 110001 | 0 | 10 | 11100000 | 1011111 | 1000001 |
Color Harmonies of #5280FB
Complementary color
Monochromatic Colors of #5280FB
Black with #5280FB
Text Example
Text Example
White with #5280FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280FB; }
p { color: rgb(82,128,251); }
H1.HeaderClassName
{
color: #5280FB;
}
.AnyTagClassName
{
color: #5280FB;
}
</style>
background-color css
<style>
a { background-color: #5280FB; }
a { background-color: rgb(82,128,251); }
div.DivClassName
{
background-color: #5280FB;
}
.BgClassName
{
background-color: #5280FB;
}
</style>
border-color css
<style>
span { border-color: #5280FB; }
span { border-color: rgb(82,128,251); }
td.TdClassName
{
border-color: #5280FB;
}
.TagClassName
{
border-color: #5280FB;
}
</style>