Shades of Cornflower Blue #5289F3
Tints of Cornflower Blue #5289F3
RGB
CMYK
RGB Variations
Color information
#5289F3 (or 0x5289F3) is known color: Cornflower Blue. HEX triplet: 52, 89 and F3. RGB value is (82,137,243). Sum of RGB (Red+Green+Blue) = 82+137+243=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #5289F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5289F3 is #AD760C. Grayscale: #848484. Windows color (decimal): -11367949 or 15960402. OLE color: 15960402.
HSL color Cylindrical-coordinate representation of color #5289F3: hue angle of 219.5º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5289F3 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 137 | 243 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.05 |
| HSL | 219.5º | 0.87% | 0.64% | - |
| HSV(B) | 219.5º | 0.66% | 0.95% | - |
| XYZ | 28.6 | 26.16 | 88.34 | - |
| YUV | 132.64 | 190.28 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 243 | 0.66 | 0.44 | 0 | 0.05 | 219.5 | 0.87 | 0.64 |
| Hex | 52 | 89 | F3 | 42 | 2C | 0 | 5 | DC | 57 | 40 |
| Octal | 122 | 211 | 363 | 102 | 54 | 0 | 5 | 334 | 127 | 100 |
| Binary | 1010010 | 10001001 | 11110011 | 1000010 | 101100 | 0 | 101 | 11011100 | 1010111 | 1000000 |
Color Harmonies of #5289F3
Complementary color
Monochromatic Colors of #5289F3
Black with #5289F3
Text Example
Text Example
White with #5289F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5289F3; }
p { color: rgb(82,137,243); }
H1.HeaderClassName
{
color: #5289F3;
}
.AnyTagClassName
{
color: #5289F3;
}
</style>
background-color css
<style>
a { background-color: #5289F3; }
a { background-color: rgb(82,137,243); }
div.DivClassName
{
background-color: #5289F3;
}
.BgClassName
{
background-color: #5289F3;
}
</style>
border-color css
<style>
span { border-color: #5289F3; }
span { border-color: rgb(82,137,243); }
td.TdClassName
{
border-color: #5289F3;
}
.TagClassName
{
border-color: #5289F3;
}
</style>