Shades of Cornflower Blue #557FFF
Tints of Cornflower Blue #557FFF
RGB
CMYK
RGB Variations
Color information
#557FFF (or 0x557FFF) is known color: Cornflower Blue. HEX triplet: 55, 7F and FF. RGB value is (85,127,255). Sum of RGB (Red+Green+Blue) = 85+127+255=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #557FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FFF is #AA8000. Grayscale: #808080. Windows color (decimal): -11173889 or 16744277. OLE color: 16744277.
HSL color Cylindrical-coordinate representation of color #557FFF: hue angle of 225.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #557FFF is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 127 | 255 | - |
| CMYK | 0.67 | 0.50 | 0 | 0 |
| HSL | 225.18º | 1% | 0.67% | - |
| HSV(B) | 225.18º | 0.67% | 1% | - |
| XYZ | 29.39 | 24.33 | 97.76 | - |
| YUV | 129.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 255 | 0.67 | 0.50 | 0 | 0 | 225.18 | 1 | 0.67 |
| Hex | 55 | 7F | FF | 43 | 32 | 0 | 0 | E1 | 64 | 43 |
| Octal | 125 | 177 | 377 | 103 | 62 | 0 | 0 | 341 | 144 | 103 |
| Binary | 1010101 | 1111111 | 11111111 | 1000011 | 110010 | 0 | 0 | 11100001 | 1100100 | 1000011 |
Color Harmonies of #557FFF
Complementary color
Monochromatic Colors of #557FFF
Black with #557FFF
Text Example
Text Example
White with #557FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FFF; }
p { color: rgb(85,127,255); }
H1.HeaderClassName
{
color: #557FFF;
}
.AnyTagClassName
{
color: #557FFF;
}
</style>
background-color css
<style>
a { background-color: #557FFF; }
a { background-color: rgb(85,127,255); }
div.DivClassName
{
background-color: #557FFF;
}
.BgClassName
{
background-color: #557FFF;
}
</style>
border-color css
<style>
span { border-color: #557FFF; }
span { border-color: rgb(85,127,255); }
td.TdClassName
{
border-color: #557FFF;
}
.TagClassName
{
border-color: #557FFF;
}
</style>