Shades of Cornflower Blue #5389FD
Tints of Cornflower Blue #5389FD
RGB
CMYK
RGB Variations
Color information
#5389FD (or 0x5389FD) is known color: Cornflower Blue. HEX triplet: 53, 89 and FD. RGB value is (83,137,253). Sum of RGB (Red+Green+Blue) = 83+137+253=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #5389FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5389FD is #AC7602. Grayscale: #858585. Windows color (decimal): -11302403 or 16615763. OLE color: 16615763.
HSL color Cylindrical-coordinate representation of color #5389FD: hue angle of 220.94º degrees, saturation: 0.98, 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 #5389FD is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 137 | 253 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.01 |
| HSL | 220.94º | 0.98% | 0.66% | - |
| HSV(B) | 220.94º | 0.67% | 0.99% | - |
| XYZ | 30.24 | 26.82 | 96.51 | - |
| YUV | 134.08 | 195.11 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 253 | 0.67 | 0.46 | 0 | 0.01 | 220.94 | 0.98 | 0.66 |
| Hex | 53 | 89 | FD | 43 | 2E | 0 | 1 | DD | 62 | 42 |
| Octal | 123 | 211 | 375 | 103 | 56 | 0 | 1 | 335 | 142 | 102 |
| Binary | 1010011 | 10001001 | 11111101 | 1000011 | 101110 | 0 | 1 | 11011101 | 1100010 | 1000010 |
Color Harmonies of #5389FD
Complementary color
Monochromatic Colors of #5389FD
Black with #5389FD
Text Example
Text Example
White with #5389FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5389FD; }
p { color: rgb(83,137,253); }
H1.HeaderClassName
{
color: #5389FD;
}
.AnyTagClassName
{
color: #5389FD;
}
</style>
background-color css
<style>
a { background-color: #5389FD; }
a { background-color: rgb(83,137,253); }
div.DivClassName
{
background-color: #5389FD;
}
.BgClassName
{
background-color: #5389FD;
}
</style>
border-color css
<style>
span { border-color: #5389FD; }
span { border-color: rgb(83,137,253); }
td.TdClassName
{
border-color: #5389FD;
}
.TagClassName
{
border-color: #5389FD;
}
</style>