Shades of Cornflower Blue #557DFE
Tints of Cornflower Blue #557DFE
RGB
CMYK
RGB Variations
Color information
#557DFE (or 0x557DFE) is known color: Cornflower Blue. HEX triplet: 55, 7D and FE. RGB value is (85,125,254). Sum of RGB (Red+Green+Blue) = 85+125+254=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #557DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557DFE is #AA8201. Grayscale: #7F7F7F. Windows color (decimal): -11174402 or 16678229. OLE color: 16678229.
HSL color Cylindrical-coordinate representation of color #557DFE: hue angle of 225.8º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #557DFE is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 125 | 254 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.00 |
| HSL | 225.8º | 0.99% | 0.66% | - |
| HSV(B) | 225.8º | 0.67% | 1% | - |
| XYZ | 28.97 | 23.75 | 96.82 | - |
| YUV | 127.75 | 199.25 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 254 | 0.67 | 0.51 | 0 | 0.00 | 225.8 | 0.99 | 0.66 |
| Hex | 55 | 7D | FE | 43 | 33 | 0 | 0 | E2 | 63 | 42 |
| Octal | 125 | 175 | 376 | 103 | 63 | 0 | 0 | 342 | 143 | 102 |
| Binary | 1010101 | 1111101 | 11111110 | 1000011 | 110011 | 0 | 0 | 11100010 | 1100011 | 1000010 |
Color Harmonies of #557DFE
Complementary color
Monochromatic Colors of #557DFE
Black with #557DFE
Text Example
Text Example
White with #557DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DFE; }
p { color: rgb(85,125,254); }
H1.HeaderClassName
{
color: #557DFE;
}
.AnyTagClassName
{
color: #557DFE;
}
</style>
background-color css
<style>
a { background-color: #557DFE; }
a { background-color: rgb(85,125,254); }
div.DivClassName
{
background-color: #557DFE;
}
.BgClassName
{
background-color: #557DFE;
}
</style>
border-color css
<style>
span { border-color: #557DFE; }
span { border-color: rgb(85,125,254); }
td.TdClassName
{
border-color: #557DFE;
}
.TagClassName
{
border-color: #557DFE;
}
</style>