Shades of Cornflower Blue #5389F2
Tints of Cornflower Blue #5389F2
RGB
CMYK
RGB Variations
Color information
#5389F2 (or 0x5389F2) is known color: Cornflower Blue. HEX triplet: 53, 89 and F2. RGB value is (83,137,242). Sum of RGB (Red+Green+Blue) = 83+137+242=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #5389F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5389F2 is #AC760D. Grayscale: #848484. Windows color (decimal): -11302414 or 15894867. OLE color: 15894867.
HSL color Cylindrical-coordinate representation of color #5389F2: hue angle of 219.62º degrees, saturation: 0.86, 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 #5389F2 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 137 | 242 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.05 |
| HSL | 219.62º | 0.86% | 0.64% | - |
| HSV(B) | 219.62º | 0.66% | 0.95% | - |
| XYZ | 28.54 | 26.14 | 87.55 | - |
| YUV | 132.82 | 189.61 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 242 | 0.66 | 0.43 | 0 | 0.05 | 219.62 | 0.86 | 0.64 |
| Hex | 53 | 89 | F2 | 42 | 2B | 0 | 5 | DC | 56 | 40 |
| Octal | 123 | 211 | 362 | 102 | 53 | 0 | 5 | 334 | 126 | 100 |
| Binary | 1010011 | 10001001 | 11110010 | 1000010 | 101011 | 0 | 101 | 11011100 | 1010110 | 1000000 |
Color Harmonies of #5389F2
Complementary color
Monochromatic Colors of #5389F2
Black with #5389F2
Text Example
Text Example
White with #5389F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5389F2; }
p { color: rgb(83,137,242); }
H1.HeaderClassName
{
color: #5389F2;
}
.AnyTagClassName
{
color: #5389F2;
}
</style>
background-color css
<style>
a { background-color: #5389F2; }
a { background-color: rgb(83,137,242); }
div.DivClassName
{
background-color: #5389F2;
}
.BgClassName
{
background-color: #5389F2;
}
</style>
border-color css
<style>
span { border-color: #5389F2; }
span { border-color: rgb(83,137,242); }
td.TdClassName
{
border-color: #5389F2;
}
.TagClassName
{
border-color: #5389F2;
}
</style>