Shades of Cornflower Blue #5290FD
Tints of Cornflower Blue #5290FD
RGB
CMYK
RGB Variations
Color information
#5290FD (or 0x5290FD) is known color: Cornflower Blue. HEX triplet: 52, 90 and FD. RGB value is (82,144,253). Sum of RGB (Red+Green+Blue) = 82+144+253=479 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.12% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #5290FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5290FD is #AD6F02. Grayscale: #898989. Windows color (decimal): -11366147 or 16617554. OLE color: 16617554.
HSL color Cylindrical-coordinate representation of color #5290FD: hue angle of 218.25º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5290FD is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 144 | 253 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.01 |
| HSL | 218.25º | 0.98% | 0.66% | - |
| HSV(B) | 218.25º | 0.68% | 0.99% | - |
| XYZ | 31.18 | 28.83 | 96.85 | - |
| YUV | 137.89 | 192.96 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 253 | 0.68 | 0.43 | 0 | 0.01 | 218.25 | 0.98 | 0.66 |
| Hex | 52 | 90 | FD | 44 | 2B | 0 | 1 | DA | 62 | 42 |
| Octal | 122 | 220 | 375 | 104 | 53 | 0 | 1 | 332 | 142 | 102 |
| Binary | 1010010 | 10010000 | 11111101 | 1000100 | 101011 | 0 | 1 | 11011010 | 1100010 | 1000010 |
Color Harmonies of #5290FD
Complementary color
Monochromatic Colors of #5290FD
Black with #5290FD
Text Example
Text Example
White with #5290FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290FD; }
p { color: rgb(82,144,253); }
H1.HeaderClassName
{
color: #5290FD;
}
.AnyTagClassName
{
color: #5290FD;
}
</style>
background-color css
<style>
a { background-color: #5290FD; }
a { background-color: rgb(82,144,253); }
div.DivClassName
{
background-color: #5290FD;
}
.BgClassName
{
background-color: #5290FD;
}
</style>
border-color css
<style>
span { border-color: #5290FD; }
span { border-color: rgb(82,144,253); }
td.TdClassName
{
border-color: #5290FD;
}
.TagClassName
{
border-color: #5290FD;
}
</style>