Shades of Cornflower Blue #547AFE
Tints of Cornflower Blue #547AFE
RGB
CMYK
RGB Variations
Color information
#547AFE (or 0x547AFE) is known color: Cornflower Blue. HEX triplet: 54, 7A and FE. RGB value is (84,122,254). Sum of RGB (Red+Green+Blue) = 84+122+254=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #547AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AFE is #AB8501. Grayscale: #7D7D7D. Windows color (decimal): -11240706 or 16677460. OLE color: 16677460.
HSL color Cylindrical-coordinate representation of color #547AFE: hue angle of 226.59º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #547AFE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 122 | 254 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.00 |
| HSL | 226.59º | 0.99% | 0.66% | - |
| HSV(B) | 226.59º | 0.67% | 1% | - |
| XYZ | 28.51 | 22.96 | 96.7 | - |
| YUV | 125.69 | 200.41 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 254 | 0.67 | 0.52 | 0 | 0.00 | 226.59 | 0.99 | 0.66 |
| Hex | 54 | 7A | FE | 43 | 34 | 0 | 0 | E3 | 63 | 42 |
| Octal | 124 | 172 | 376 | 103 | 64 | 0 | 0 | 343 | 143 | 102 |
| Binary | 1010100 | 1111010 | 11111110 | 1000011 | 110100 | 0 | 0 | 11100011 | 1100011 | 1000010 |
Color Harmonies of #547AFE
Complementary color
Monochromatic Colors of #547AFE
Black with #547AFE
Text Example
Text Example
White with #547AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AFE; }
p { color: rgb(84,122,254); }
H1.HeaderClassName
{
color: #547AFE;
}
.AnyTagClassName
{
color: #547AFE;
}
</style>
background-color css
<style>
a { background-color: #547AFE; }
a { background-color: rgb(84,122,254); }
div.DivClassName
{
background-color: #547AFE;
}
.BgClassName
{
background-color: #547AFE;
}
</style>
border-color css
<style>
span { border-color: #547AFE; }
span { border-color: rgb(84,122,254); }
td.TdClassName
{
border-color: #547AFE;
}
.TagClassName
{
border-color: #547AFE;
}
</style>