Shades of Cornflower Blue #5290FB
Tints of Cornflower Blue #5290FB
RGB
CMYK
RGB Variations
Color information
#5290FB (or 0x5290FB) is known color: Cornflower Blue. HEX triplet: 52, 90 and FB. RGB value is (82,144,251). Sum of RGB (Red+Green+Blue) = 82+144+251=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #5290FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5290FB is #AD6F04. Grayscale: #898989. Windows color (decimal): -11366149 or 16486482. OLE color: 16486482.
HSL color Cylindrical-coordinate representation of color #5290FB: hue angle of 217.99º 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 #5290FB is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 144 | 251 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.02 |
| HSL | 217.99º | 0.95% | 0.65% | - |
| HSV(B) | 217.99º | 0.67% | 0.98% | - |
| XYZ | 30.87 | 28.71 | 95.18 | - |
| YUV | 137.66 | 191.96 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 251 | 0.67 | 0.43 | 0 | 0.02 | 217.99 | 0.95 | 0.65 |
| Hex | 52 | 90 | FB | 43 | 2B | 0 | 2 | DA | 5F | 41 |
| Octal | 122 | 220 | 373 | 103 | 53 | 0 | 2 | 332 | 137 | 101 |
| Binary | 1010010 | 10010000 | 11111011 | 1000011 | 101011 | 0 | 10 | 11011010 | 1011111 | 1000001 |
Color Harmonies of #5290FB
Complementary color
Monochromatic Colors of #5290FB
Black with #5290FB
Text Example
Text Example
White with #5290FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290FB; }
p { color: rgb(82,144,251); }
H1.HeaderClassName
{
color: #5290FB;
}
.AnyTagClassName
{
color: #5290FB;
}
</style>
background-color css
<style>
a { background-color: #5290FB; }
a { background-color: rgb(82,144,251); }
div.DivClassName
{
background-color: #5290FB;
}
.BgClassName
{
background-color: #5290FB;
}
</style>
border-color css
<style>
span { border-color: #5290FB; }
span { border-color: rgb(82,144,251); }
td.TdClassName
{
border-color: #5290FB;
}
.TagClassName
{
border-color: #5290FB;
}
</style>