Shades of Cornflower Blue #5289FA
Tints of Cornflower Blue #5289FA
RGB
CMYK
RGB Variations
Color information
#5289FA (or 0x5289FA) is known color: Cornflower Blue. HEX triplet: 52, 89 and FA. RGB value is (82,137,250). Sum of RGB (Red+Green+Blue) = 82+137+250=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #5289FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5289FA is #AD7605. Grayscale: #848484. Windows color (decimal): -11367942 or 16419154. OLE color: 16419154.
HSL color Cylindrical-coordinate representation of color #5289FA: hue angle of 220.36º 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 #5289FA is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 137 | 250 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.02 |
| HSL | 220.36º | 0.94% | 0.65% | - |
| HSV(B) | 220.36º | 0.67% | 0.98% | - |
| XYZ | 29.68 | 26.59 | 94.01 | - |
| YUV | 133.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 250 | 0.67 | 0.45 | 0 | 0.02 | 220.36 | 0.94 | 0.65 |
| Hex | 52 | 89 | FA | 43 | 2D | 0 | 2 | DC | 5E | 41 |
| Octal | 122 | 211 | 372 | 103 | 55 | 0 | 2 | 334 | 136 | 101 |
| Binary | 1010010 | 10001001 | 11111010 | 1000011 | 101101 | 0 | 10 | 11011100 | 1011110 | 1000001 |
Color Harmonies of #5289FA
Complementary color
Monochromatic Colors of #5289FA
Black with #5289FA
Text Example
Text Example
White with #5289FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5289FA; }
p { color: rgb(82,137,250); }
H1.HeaderClassName
{
color: #5289FA;
}
.AnyTagClassName
{
color: #5289FA;
}
</style>
background-color css
<style>
a { background-color: #5289FA; }
a { background-color: rgb(82,137,250); }
div.DivClassName
{
background-color: #5289FA;
}
.BgClassName
{
background-color: #5289FA;
}
</style>
border-color css
<style>
span { border-color: #5289FA; }
span { border-color: rgb(82,137,250); }
td.TdClassName
{
border-color: #5289FA;
}
.TagClassName
{
border-color: #5289FA;
}
</style>