Shades of Cornflower Blue #5289F8
Tints of Cornflower Blue #5289F8
RGB
CMYK
RGB Variations
Color information
#5289F8 (or 0x5289F8) is known color: Cornflower Blue. HEX triplet: 52, 89 and F8. RGB value is (82,137,248). Sum of RGB (Red+Green+Blue) = 82+137+248=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #5289F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5289F8 is #AD7607. Grayscale: #848484. Windows color (decimal): -11367944 or 16288082. OLE color: 16288082.
HSL color Cylindrical-coordinate representation of color #5289F8: hue angle of 220.12º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5289F8 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 137 | 248 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.03 |
| HSL | 220.12º | 0.92% | 0.65% | - |
| HSV(B) | 220.12º | 0.67% | 0.97% | - |
| XYZ | 29.37 | 26.46 | 92.37 | - |
| YUV | 133.21 | 192.78 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 248 | 0.67 | 0.45 | 0 | 0.03 | 220.12 | 0.92 | 0.65 |
| Hex | 52 | 89 | F8 | 43 | 2D | 0 | 3 | DC | 5C | 41 |
| Octal | 122 | 211 | 370 | 103 | 55 | 0 | 3 | 334 | 134 | 101 |
| Binary | 1010010 | 10001001 | 11111000 | 1000011 | 101101 | 0 | 11 | 11011100 | 1011100 | 1000001 |
Color Harmonies of #5289F8
Complementary color
Monochromatic Colors of #5289F8
Black with #5289F8
Text Example
Text Example
White with #5289F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5289F8; }
p { color: rgb(82,137,248); }
H1.HeaderClassName
{
color: #5289F8;
}
.AnyTagClassName
{
color: #5289F8;
}
</style>
background-color css
<style>
a { background-color: #5289F8; }
a { background-color: rgb(82,137,248); }
div.DivClassName
{
background-color: #5289F8;
}
.BgClassName
{
background-color: #5289F8;
}
</style>
border-color css
<style>
span { border-color: #5289F8; }
span { border-color: rgb(82,137,248); }
td.TdClassName
{
border-color: #5289F8;
}
.TagClassName
{
border-color: #5289F8;
}
</style>