Shades of Cornflower Blue #547BFF
Tints of Cornflower Blue #547BFF
RGB
CMYK
RGB Variations
Color information
#547BFF (or 0x547BFF) is known color: Cornflower Blue. HEX triplet: 54, 7B and FF. RGB value is (84,123,255). Sum of RGB (Red+Green+Blue) = 84+123+255=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #547BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547BFF is #AB8400. Grayscale: #7D7D7D. Windows color (decimal): -11240449 or 16743252. OLE color: 16743252.
HSL color Cylindrical-coordinate representation of color #547BFF: hue angle of 226.32º 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 #547BFF is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 123 | 255 | - |
| CMYK | 0.67 | 0.52 | 0 | 0 |
| HSL | 226.32º | 1% | 0.66% | - |
| HSV(B) | 226.32º | 0.67% | 1% | - |
| XYZ | 28.79 | 23.27 | 97.58 | - |
| YUV | 126.39 | 200.58 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 255 | 0.67 | 0.52 | 0 | 0 | 226.32 | 1 | 0.66 |
| Hex | 54 | 7B | FF | 43 | 34 | 0 | 0 | E2 | 64 | 42 |
| Octal | 124 | 173 | 377 | 103 | 64 | 0 | 0 | 342 | 144 | 102 |
| Binary | 1010100 | 1111011 | 11111111 | 1000011 | 110100 | 0 | 0 | 11100010 | 1100100 | 1000010 |
Color Harmonies of #547BFF
Complementary color
Monochromatic Colors of #547BFF
Black with #547BFF
Text Example
Text Example
White with #547BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BFF; }
p { color: rgb(84,123,255); }
H1.HeaderClassName
{
color: #547BFF;
}
.AnyTagClassName
{
color: #547BFF;
}
</style>
background-color css
<style>
a { background-color: #547BFF; }
a { background-color: rgb(84,123,255); }
div.DivClassName
{
background-color: #547BFF;
}
.BgClassName
{
background-color: #547BFF;
}
</style>
border-color css
<style>
span { border-color: #547BFF; }
span { border-color: rgb(84,123,255); }
td.TdClassName
{
border-color: #547BFF;
}
.TagClassName
{
border-color: #547BFF;
}
</style>