Shades of Cornflower Blue #5498E4
Tints of Cornflower Blue #5498E4
RGB
CMYK
RGB Variations
Color information
#5498E4 (or 0x5498E4) is known color: Cornflower Blue. HEX triplet: 54, 98 and E4. RGB value is (84,152,228). Sum of RGB (Red+Green+Blue) = 84+152+228=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #5498E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5498E4 is #AB671B. Grayscale: #8B8B8B. Windows color (decimal): -11233052 or 14981204. OLE color: 14981204.
HSL color Cylindrical-coordinate representation of color #5498E4: hue angle of 211.67º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5498E4 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 152 | 228 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.11 |
| HSL | 211.67º | 0.73% | 0.61% | - |
| HSV(B) | 211.67º | 0.63% | 0.89% | - |
| XYZ | 28.89 | 29.94 | 77.66 | - |
| YUV | 140.33 | 177.47 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 228 | 0.63 | 0.33 | 0 | 0.11 | 211.67 | 0.73 | 0.61 |
| Hex | 54 | 98 | E4 | 3F | 21 | 0 | B | D4 | 49 | 3D |
| Octal | 124 | 230 | 344 | 77 | 41 | 0 | 13 | 324 | 111 | 75 |
| Binary | 1010100 | 10011000 | 11100100 | 111111 | 100001 | 0 | 1011 | 11010100 | 1001001 | 111101 |
Color Harmonies of #5498E4
Complementary color
Monochromatic Colors of #5498E4
Black with #5498E4
Text Example
Text Example
White with #5498E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5498E4; }
p { color: rgb(84,152,228); }
H1.HeaderClassName
{
color: #5498E4;
}
.AnyTagClassName
{
color: #5498E4;
}
</style>
background-color css
<style>
a { background-color: #5498E4; }
a { background-color: rgb(84,152,228); }
div.DivClassName
{
background-color: #5498E4;
}
.BgClassName
{
background-color: #5498E4;
}
</style>
border-color css
<style>
span { border-color: #5498E4; }
span { border-color: rgb(84,152,228); }
td.TdClassName
{
border-color: #5498E4;
}
.TagClassName
{
border-color: #5498E4;
}
</style>