Shades of Cornflower Blue #5294FB
Tints of Cornflower Blue #5294FB
RGB
CMYK
RGB Variations
Color information
#5294FB (or 0x5294FB) is known color: Cornflower Blue. HEX triplet: 52, 94 and FB. RGB value is (82,148,251). Sum of RGB (Red+Green+Blue) = 82+148+251=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #5294FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5294FB is #AD6B04. Grayscale: #8B8B8B. Windows color (decimal): -11365125 or 16487506. OLE color: 16487506.
HSL color Cylindrical-coordinate representation of color #5294FB: hue angle of 216.57º 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 #5294FB is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 148 | 251 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.02 |
| HSL | 216.57º | 0.95% | 0.65% | - |
| HSV(B) | 216.57º | 0.67% | 0.98% | - |
| XYZ | 31.48 | 29.94 | 95.39 | - |
| YUV | 140.01 | 190.63 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 251 | 0.67 | 0.41 | 0 | 0.02 | 216.57 | 0.95 | 0.65 |
| Hex | 52 | 94 | FB | 43 | 29 | 0 | 2 | D9 | 5F | 41 |
| Octal | 122 | 224 | 373 | 103 | 51 | 0 | 2 | 331 | 137 | 101 |
| Binary | 1010010 | 10010100 | 11111011 | 1000011 | 101001 | 0 | 10 | 11011001 | 1011111 | 1000001 |
Color Harmonies of #5294FB
Complementary color
Monochromatic Colors of #5294FB
Black with #5294FB
Text Example
Text Example
White with #5294FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5294FB; }
p { color: rgb(82,148,251); }
H1.HeaderClassName
{
color: #5294FB;
}
.AnyTagClassName
{
color: #5294FB;
}
</style>
background-color css
<style>
a { background-color: #5294FB; }
a { background-color: rgb(82,148,251); }
div.DivClassName
{
background-color: #5294FB;
}
.BgClassName
{
background-color: #5294FB;
}
</style>
border-color css
<style>
span { border-color: #5294FB; }
span { border-color: rgb(82,148,251); }
td.TdClassName
{
border-color: #5294FB;
}
.TagClassName
{
border-color: #5294FB;
}
</style>