Shades of Cornflower Blue #5287FA
Tints of Cornflower Blue #5287FA
RGB
CMYK
RGB Variations
Color information
#5287FA (or 0x5287FA) is known color: Cornflower Blue. HEX triplet: 52, 87 and FA. RGB value is (82,135,250). Sum of RGB (Red+Green+Blue) = 82+135+250=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #5287FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5287FA is #AD7805. Grayscale: #838383. Windows color (decimal): -11368454 or 16418642. OLE color: 16418642.
HSL color Cylindrical-coordinate representation of color #5287FA: hue angle of 221.07º 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 #5287FA is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 135 | 250 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.02 |
| HSL | 221.07º | 0.94% | 0.65% | - |
| HSV(B) | 221.07º | 0.67% | 0.98% | - |
| XYZ | 29.4 | 26.02 | 93.92 | - |
| YUV | 132.26 | 194.44 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 135 | 250 | 0.67 | 0.46 | 0 | 0.02 | 221.07 | 0.94 | 0.65 |
| Hex | 52 | 87 | FA | 43 | 2E | 0 | 2 | DD | 5E | 41 |
| Octal | 122 | 207 | 372 | 103 | 56 | 0 | 2 | 335 | 136 | 101 |
| Binary | 1010010 | 10000111 | 11111010 | 1000011 | 101110 | 0 | 10 | 11011101 | 1011110 | 1000001 |
Color Harmonies of #5287FA
Complementary color
Monochromatic Colors of #5287FA
Black with #5287FA
Text Example
Text Example
White with #5287FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5287FA; }
p { color: rgb(82,135,250); }
H1.HeaderClassName
{
color: #5287FA;
}
.AnyTagClassName
{
color: #5287FA;
}
</style>
background-color css
<style>
a { background-color: #5287FA; }
a { background-color: rgb(82,135,250); }
div.DivClassName
{
background-color: #5287FA;
}
.BgClassName
{
background-color: #5287FA;
}
</style>
border-color css
<style>
span { border-color: #5287FA; }
span { border-color: rgb(82,135,250); }
td.TdClassName
{
border-color: #5287FA;
}
.TagClassName
{
border-color: #5287FA;
}
</style>