Shades of Cornflower Blue #5389DF
Tints of Cornflower Blue #5389DF
RGB
CMYK
RGB Variations
Color information
#5389DF (or 0x5389DF) is known color: Cornflower Blue. HEX triplet: 53, 89 and DF. RGB value is (83,137,223). Sum of RGB (Red+Green+Blue) = 83+137+223=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #5389DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389DF is #AC7620. Grayscale: #828282. Windows color (decimal): -11302433 or 14649683. OLE color: 14649683.
HSL color Cylindrical-coordinate representation of color #5389DF: hue angle of 216.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5389DF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 137 | 223 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.13 |
| HSL | 216.86º | 0.69% | 0.6% | - |
| HSV(B) | 216.86º | 0.63% | 0.87% | - |
| XYZ | 25.83 | 25.06 | 73.29 | - |
| YUV | 130.66 | 180.11 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 223 | 0.63 | 0.39 | 0 | 0.13 | 216.86 | 0.69 | 0.6 |
| Hex | 53 | 89 | DF | 3F | 27 | 0 | D | D9 | 45 | 3C |
| Octal | 123 | 211 | 337 | 77 | 47 | 0 | 15 | 331 | 105 | 74 |
| Binary | 1010011 | 10001001 | 11011111 | 111111 | 100111 | 0 | 1101 | 11011001 | 1000101 | 111100 |
Color Harmonies of #5389DF
Complementary color
Monochromatic Colors of #5389DF
Black with #5389DF
Text Example
Text Example
White with #5389DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5389DF; }
p { color: rgb(83,137,223); }
H1.HeaderClassName
{
color: #5389DF;
}
.AnyTagClassName
{
color: #5389DF;
}
</style>
background-color css
<style>
a { background-color: #5389DF; }
a { background-color: rgb(83,137,223); }
div.DivClassName
{
background-color: #5389DF;
}
.BgClassName
{
background-color: #5389DF;
}
</style>
border-color css
<style>
span { border-color: #5389DF; }
span { border-color: rgb(83,137,223); }
td.TdClassName
{
border-color: #5389DF;
}
.TagClassName
{
border-color: #5389DF;
}
</style>