Shades of Cornflower Blue #547BFD
Tints of Cornflower Blue #547BFD
RGB
CMYK
RGB Variations
Color information
#547BFD (or 0x547BFD) is known color: Cornflower Blue. HEX triplet: 54, 7B and FD. RGB value is (84,123,253). Sum of RGB (Red+Green+Blue) = 84+123+253=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #547BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547BFD is #AB8402. Grayscale: #7D7D7D. Windows color (decimal): -11240451 or 16612180. OLE color: 16612180.
HSL color Cylindrical-coordinate representation of color #547BFD: hue angle of 226.15º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #547BFD is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 123 | 253 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.01 |
| HSL | 226.15º | 0.98% | 0.66% | - |
| HSV(B) | 226.15º | 0.67% | 0.99% | - |
| XYZ | 28.47 | 23.14 | 95.9 | - |
| YUV | 126.16 | 199.58 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 253 | 0.67 | 0.51 | 0 | 0.01 | 226.15 | 0.98 | 0.66 |
| Hex | 54 | 7B | FD | 43 | 33 | 0 | 1 | E2 | 62 | 42 |
| Octal | 124 | 173 | 375 | 103 | 63 | 0 | 1 | 342 | 142 | 102 |
| Binary | 1010100 | 1111011 | 11111101 | 1000011 | 110011 | 0 | 1 | 11100010 | 1100010 | 1000010 |
Color Harmonies of #547BFD
Complementary color
Monochromatic Colors of #547BFD
Black with #547BFD
Text Example
Text Example
White with #547BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BFD; }
p { color: rgb(84,123,253); }
H1.HeaderClassName
{
color: #547BFD;
}
.AnyTagClassName
{
color: #547BFD;
}
</style>
background-color css
<style>
a { background-color: #547BFD; }
a { background-color: rgb(84,123,253); }
div.DivClassName
{
background-color: #547BFD;
}
.BgClassName
{
background-color: #547BFD;
}
</style>
border-color css
<style>
span { border-color: #547BFD; }
span { border-color: rgb(84,123,253); }
td.TdClassName
{
border-color: #547BFD;
}
.TagClassName
{
border-color: #547BFD;
}
</style>