Shades of Cornflower Blue #557FFE
Tints of Cornflower Blue #557FFE
RGB
CMYK
RGB Variations
Color information
#557FFE (or 0x557FFE) is known color: Cornflower Blue. HEX triplet: 55, 7F and FE. RGB value is (85,127,254). Sum of RGB (Red+Green+Blue) = 85+127+254=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #557FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FFE is #AA8001. Grayscale: #808080. Windows color (decimal): -11173890 or 16678741. OLE color: 16678741.
HSL color Cylindrical-coordinate representation of color #557FFE: hue angle of 225.09º 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 #557FFE is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 127 | 254 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.00 |
| HSL | 225.09º | 0.99% | 0.66% | - |
| HSV(B) | 225.09º | 0.67% | 1% | - |
| XYZ | 29.23 | 24.27 | 96.91 | - |
| YUV | 128.92 | 198.59 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 254 | 0.67 | 0.50 | 0 | 0.00 | 225.09 | 0.99 | 0.66 |
| Hex | 55 | 7F | FE | 43 | 32 | 0 | 0 | E1 | 63 | 42 |
| Octal | 125 | 177 | 376 | 103 | 62 | 0 | 0 | 341 | 143 | 102 |
| Binary | 1010101 | 1111111 | 11111110 | 1000011 | 110010 | 0 | 0 | 11100001 | 1100011 | 1000010 |
Color Harmonies of #557FFE
Complementary color
Monochromatic Colors of #557FFE
Black with #557FFE
Text Example
Text Example
White with #557FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FFE; }
p { color: rgb(85,127,254); }
H1.HeaderClassName
{
color: #557FFE;
}
.AnyTagClassName
{
color: #557FFE;
}
</style>
background-color css
<style>
a { background-color: #557FFE; }
a { background-color: rgb(85,127,254); }
div.DivClassName
{
background-color: #557FFE;
}
.BgClassName
{
background-color: #557FFE;
}
</style>
border-color css
<style>
span { border-color: #557FFE; }
span { border-color: rgb(85,127,254); }
td.TdClassName
{
border-color: #557FFE;
}
.TagClassName
{
border-color: #557FFE;
}
</style>