Shades of Cornflower Blue #557EFF
Tints of Cornflower Blue #557EFF
RGB
CMYK
RGB Variations
Color information
#557EFF (or 0x557EFF) is known color: Cornflower Blue. HEX triplet: 55, 7E and FF. RGB value is (85,126,255). Sum of RGB (Red+Green+Blue) = 85+126+255=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #557EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EFF is #AA8100. Grayscale: #7F7F7F. Windows color (decimal): -11174145 or 16744021. OLE color: 16744021.
HSL color Cylindrical-coordinate representation of color #557EFF: hue angle of 225.53º 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 #557EFF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 126 | 255 | - |
| CMYK | 0.67 | 0.51 | 0 | 0 |
| HSL | 225.53º | 1% | 0.67% | - |
| HSV(B) | 225.53º | 0.67% | 1% | - |
| XYZ | 29.26 | 24.07 | 97.71 | - |
| YUV | 128.45 | 199.42 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 255 | 0.67 | 0.51 | 0 | 0 | 225.53 | 1 | 0.67 |
| Hex | 55 | 7E | FF | 43 | 33 | 0 | 0 | E2 | 64 | 43 |
| Octal | 125 | 176 | 377 | 103 | 63 | 0 | 0 | 342 | 144 | 103 |
| Binary | 1010101 | 1111110 | 11111111 | 1000011 | 110011 | 0 | 0 | 11100010 | 1100100 | 1000011 |
Color Harmonies of #557EFF
Complementary color
Monochromatic Colors of #557EFF
Black with #557EFF
Text Example
Text Example
White with #557EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EFF; }
p { color: rgb(85,126,255); }
H1.HeaderClassName
{
color: #557EFF;
}
.AnyTagClassName
{
color: #557EFF;
}
</style>
background-color css
<style>
a { background-color: #557EFF; }
a { background-color: rgb(85,126,255); }
div.DivClassName
{
background-color: #557EFF;
}
.BgClassName
{
background-color: #557EFF;
}
</style>
border-color css
<style>
span { border-color: #557EFF; }
span { border-color: rgb(85,126,255); }
td.TdClassName
{
border-color: #557EFF;
}
.TagClassName
{
border-color: #557EFF;
}
</style>