Shades of Cornflower Blue #5389FC
Tints of Cornflower Blue #5389FC
RGB
CMYK
RGB Variations
Color information
#5389FC (or 0x5389FC) is known color: Cornflower Blue. HEX triplet: 53, 89 and FC. RGB value is (83,137,252). Sum of RGB (Red+Green+Blue) = 83+137+252=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #5389FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5389FC is #AC7603. Grayscale: #858585. Windows color (decimal): -11302404 or 16550227. OLE color: 16550227.
HSL color Cylindrical-coordinate representation of color #5389FC: hue angle of 220.83º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5389FC is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 137 | 252 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.01 |
| HSL | 220.83º | 0.97% | 0.66% | - |
| HSV(B) | 220.83º | 0.67% | 0.99% | - |
| XYZ | 30.08 | 26.76 | 95.67 | - |
| YUV | 133.96 | 194.61 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 252 | 0.67 | 0.46 | 0 | 0.01 | 220.83 | 0.97 | 0.66 |
| Hex | 53 | 89 | FC | 43 | 2E | 0 | 1 | DD | 61 | 42 |
| Octal | 123 | 211 | 374 | 103 | 56 | 0 | 1 | 335 | 141 | 102 |
| Binary | 1010011 | 10001001 | 11111100 | 1000011 | 101110 | 0 | 1 | 11011101 | 1100001 | 1000010 |
Color Harmonies of #5389FC
Complementary color
Monochromatic Colors of #5389FC
Black with #5389FC
Text Example
Text Example
White with #5389FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5389FC; }
p { color: rgb(83,137,252); }
H1.HeaderClassName
{
color: #5389FC;
}
.AnyTagClassName
{
color: #5389FC;
}
</style>
background-color css
<style>
a { background-color: #5389FC; }
a { background-color: rgb(83,137,252); }
div.DivClassName
{
background-color: #5389FC;
}
.BgClassName
{
background-color: #5389FC;
}
</style>
border-color css
<style>
span { border-color: #5389FC; }
span { border-color: rgb(83,137,252); }
td.TdClassName
{
border-color: #5389FC;
}
.TagClassName
{
border-color: #5389FC;
}
</style>