Shades of Cornflower Blue #5286FA
Tints of Cornflower Blue #5286FA
RGB
CMYK
RGB Variations
Color information
#5286FA (or 0x5286FA) is known color: Cornflower Blue. HEX triplet: 52, 86 and FA. RGB value is (82,134,250). Sum of RGB (Red+Green+Blue) = 82+134+250=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #5286FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5286FA is #AD7905. Grayscale: #838383. Windows color (decimal): -11368710 or 16418386. OLE color: 16418386.
HSL color Cylindrical-coordinate representation of color #5286FA: hue angle of 221.43º degrees, saturation: 0.94, 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 #5286FA is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 134 | 250 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.02 |
| HSL | 221.43º | 0.94% | 0.65% | - |
| HSV(B) | 221.43º | 0.67% | 0.98% | - |
| XYZ | 29.26 | 25.75 | 93.87 | - |
| YUV | 131.68 | 194.77 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 250 | 0.67 | 0.46 | 0 | 0.02 | 221.43 | 0.94 | 0.65 |
| Hex | 52 | 86 | FA | 43 | 2E | 0 | 2 | DD | 5E | 41 |
| Octal | 122 | 206 | 372 | 103 | 56 | 0 | 2 | 335 | 136 | 101 |
| Binary | 1010010 | 10000110 | 11111010 | 1000011 | 101110 | 0 | 10 | 11011101 | 1011110 | 1000001 |
Color Harmonies of #5286FA
Complementary color
Monochromatic Colors of #5286FA
Black with #5286FA
Text Example
Text Example
White with #5286FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5286FA; }
p { color: rgb(82,134,250); }
H1.HeaderClassName
{
color: #5286FA;
}
.AnyTagClassName
{
color: #5286FA;
}
</style>
background-color css
<style>
a { background-color: #5286FA; }
a { background-color: rgb(82,134,250); }
div.DivClassName
{
background-color: #5286FA;
}
.BgClassName
{
background-color: #5286FA;
}
</style>
border-color css
<style>
span { border-color: #5286FA; }
span { border-color: rgb(82,134,250); }
td.TdClassName
{
border-color: #5286FA;
}
.TagClassName
{
border-color: #5286FA;
}
</style>