Shades of Cornflower Blue #5479FF
Tints of Cornflower Blue #5479FF
RGB
CMYK
RGB Variations
Color information
#5479FF (or 0x5479FF) is known color: Cornflower Blue. HEX triplet: 54, 79 and FF. RGB value is (84,121,255). Sum of RGB (Red+Green+Blue) = 84+121+255=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #5479FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5479FF is #AB8600. Grayscale: #7C7C7C. Windows color (decimal): -11240961 or 16742740. OLE color: 16742740.
HSL color Cylindrical-coordinate representation of color #5479FF: hue angle of 227.02º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5479FF is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 121 | 255 | - |
| CMYK | 0.67 | 0.53 | 0 | 0 |
| HSL | 227.02º | 1% | 0.66% | - |
| HSV(B) | 227.02º | 0.67% | 1% | - |
| XYZ | 28.54 | 22.78 | 97.5 | - |
| YUV | 125.21 | 201.24 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 121 | 255 | 0.67 | 0.53 | 0 | 0 | 227.02 | 1 | 0.66 |
| Hex | 54 | 79 | FF | 43 | 35 | 0 | 0 | E3 | 64 | 42 |
| Octal | 124 | 171 | 377 | 103 | 65 | 0 | 0 | 343 | 144 | 102 |
| Binary | 1010100 | 1111001 | 11111111 | 1000011 | 110101 | 0 | 0 | 11100011 | 1100100 | 1000010 |
Color Harmonies of #5479FF
Complementary color
Monochromatic Colors of #5479FF
Black with #5479FF
Text Example
Text Example
White with #5479FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5479FF; }
p { color: rgb(84,121,255); }
H1.HeaderClassName
{
color: #5479FF;
}
.AnyTagClassName
{
color: #5479FF;
}
</style>
background-color css
<style>
a { background-color: #5479FF; }
a { background-color: rgb(84,121,255); }
div.DivClassName
{
background-color: #5479FF;
}
.BgClassName
{
background-color: #5479FF;
}
</style>
border-color css
<style>
span { border-color: #5479FF; }
span { border-color: rgb(84,121,255); }
td.TdClassName
{
border-color: #5479FF;
}
.TagClassName
{
border-color: #5479FF;
}
</style>