Shades of Cornflower Blue #557DFF
Tints of Cornflower Blue #557DFF
RGB
CMYK
RGB Variations
Color information
#557DFF (or 0x557DFF) is known color: Cornflower Blue. HEX triplet: 55, 7D and FF. RGB value is (85,125,255). Sum of RGB (Red+Green+Blue) = 85+125+255=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #557DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557DFF is #AA8200. Grayscale: #7F7F7F. Windows color (decimal): -11174401 or 16743765. OLE color: 16743765.
HSL color Cylindrical-coordinate representation of color #557DFF: hue angle of 225.88º 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 #557DFF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 125 | 255 | - |
| CMYK | 0.67 | 0.51 | 0 | 0 |
| HSL | 225.88º | 1% | 0.67% | - |
| HSV(B) | 225.88º | 0.67% | 1% | - |
| XYZ | 29.13 | 23.82 | 97.67 | - |
| YUV | 127.86 | 199.75 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 255 | 0.67 | 0.51 | 0 | 0 | 225.88 | 1 | 0.67 |
| Hex | 55 | 7D | FF | 43 | 33 | 0 | 0 | E2 | 64 | 43 |
| Octal | 125 | 175 | 377 | 103 | 63 | 0 | 0 | 342 | 144 | 103 |
| Binary | 1010101 | 1111101 | 11111111 | 1000011 | 110011 | 0 | 0 | 11100010 | 1100100 | 1000011 |
Color Harmonies of #557DFF
Complementary color
Monochromatic Colors of #557DFF
Black with #557DFF
Text Example
Text Example
White with #557DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DFF; }
p { color: rgb(85,125,255); }
H1.HeaderClassName
{
color: #557DFF;
}
.AnyTagClassName
{
color: #557DFF;
}
</style>
background-color css
<style>
a { background-color: #557DFF; }
a { background-color: rgb(85,125,255); }
div.DivClassName
{
background-color: #557DFF;
}
.BgClassName
{
background-color: #557DFF;
}
</style>
border-color css
<style>
span { border-color: #557DFF; }
span { border-color: rgb(85,125,255); }
td.TdClassName
{
border-color: #557DFF;
}
.TagClassName
{
border-color: #557DFF;
}
</style>