Shades of Cornflower Blue #5483F5
Tints of Cornflower Blue #5483F5
RGB
CMYK
RGB Variations
Color information
#5483F5 (or 0x5483F5) is known color: Cornflower Blue. HEX triplet: 54, 83 and F5. RGB value is (84,131,245). Sum of RGB (Red+Green+Blue) = 84+131+245=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #5483F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5483F5 is #AB7C0A. Grayscale: #818181. Windows color (decimal): -11238411 or 16089940. OLE color: 16089940.
HSL color Cylindrical-coordinate representation of color #5483F5: hue angle of 222.48º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5483F5 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 131 | 245 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.04 |
| HSL | 222.48º | 0.89% | 0.65% | - |
| HSV(B) | 222.48º | 0.66% | 0.96% | - |
| XYZ | 28.25 | 24.71 | 89.67 | - |
| YUV | 129.94 | 192.93 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 131 | 245 | 0.66 | 0.47 | 0 | 0.04 | 222.48 | 0.89 | 0.65 |
| Hex | 54 | 83 | F5 | 42 | 2F | 0 | 4 | DE | 59 | 41 |
| Octal | 124 | 203 | 365 | 102 | 57 | 0 | 4 | 336 | 131 | 101 |
| Binary | 1010100 | 10000011 | 11110101 | 1000010 | 101111 | 0 | 100 | 11011110 | 1011001 | 1000001 |
Color Harmonies of #5483F5
Complementary color
Monochromatic Colors of #5483F5
Black with #5483F5
Text Example
Text Example
White with #5483F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5483F5; }
p { color: rgb(84,131,245); }
H1.HeaderClassName
{
color: #5483F5;
}
.AnyTagClassName
{
color: #5483F5;
}
</style>
background-color css
<style>
a { background-color: #5483F5; }
a { background-color: rgb(84,131,245); }
div.DivClassName
{
background-color: #5483F5;
}
.BgClassName
{
background-color: #5483F5;
}
</style>
border-color css
<style>
span { border-color: #5483F5; }
span { border-color: rgb(84,131,245); }
td.TdClassName
{
border-color: #5483F5;
}
.TagClassName
{
border-color: #5483F5;
}
</style>