Shades of Cornflower Blue #557FF4
Tints of Cornflower Blue #557FF4
RGB
CMYK
RGB Variations
Color information
#557FF4 (or 0x557FF4) is known color: Cornflower Blue. HEX triplet: 55, 7F and F4. RGB value is (85,127,244). Sum of RGB (Red+Green+Blue) = 85+127+244=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 244 (95.70% from 255 or 53.51% from 456); Max value from RGB is 244 - color contains mainly: blue. Hex color #557FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FF4 is #AA800B. Grayscale: #7F7F7F. Windows color (decimal): -11173900 or 16023381. OLE color: 16023381.
HSL color Cylindrical-coordinate representation of color #557FF4: hue angle of 224.15º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557FF4 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 127 | 244 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.04 |
| HSL | 224.15º | 0.88% | 0.65% | - |
| HSV(B) | 224.15º | 0.65% | 0.96% | - |
| XYZ | 27.66 | 23.64 | 88.69 | - |
| YUV | 127.78 | 193.59 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 244 | 0.65 | 0.48 | 0 | 0.04 | 224.15 | 0.88 | 0.65 |
| Hex | 55 | 7F | F4 | 41 | 30 | 0 | 4 | E0 | 58 | 41 |
| Octal | 125 | 177 | 364 | 101 | 60 | 0 | 4 | 340 | 130 | 101 |
| Binary | 1010101 | 1111111 | 11110100 | 1000001 | 110000 | 0 | 100 | 11100000 | 1011000 | 1000001 |
Color Harmonies of #557FF4
Complementary color
Monochromatic Colors of #557FF4
Black with #557FF4
Text Example
Text Example
White with #557FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FF4; }
p { color: rgb(85,127,244); }
H1.HeaderClassName
{
color: #557FF4;
}
.AnyTagClassName
{
color: #557FF4;
}
</style>
background-color css
<style>
a { background-color: #557FF4; }
a { background-color: rgb(85,127,244); }
div.DivClassName
{
background-color: #557FF4;
}
.BgClassName
{
background-color: #557FF4;
}
</style>
border-color css
<style>
span { border-color: #557FF4; }
span { border-color: rgb(85,127,244); }
td.TdClassName
{
border-color: #557FF4;
}
.TagClassName
{
border-color: #557FF4;
}
</style>