Shades of Cornflower Blue #557DEF
Tints of Cornflower Blue #557DEF
RGB
CMYK
RGB Variations
Color information
#557DEF (or 0x557DEF) is known color: Cornflower Blue. HEX triplet: 55, 7D and EF. RGB value is (85,125,239). Sum of RGB (Red+Green+Blue) = 85+125+239=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #557DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557DEF is #AA8210. Grayscale: #7D7D7D. Windows color (decimal): -11174417 or 15695189. OLE color: 15695189.
HSL color Cylindrical-coordinate representation of color #557DEF: hue angle of 224.42º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557DEF is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 125 | 239 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.06 |
| HSL | 224.42º | 0.83% | 0.64% | - |
| HSV(B) | 224.42º | 0.64% | 0.94% | - |
| XYZ | 26.66 | 22.83 | 84.66 | - |
| YUV | 126.04 | 191.75 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 239 | 0.64 | 0.48 | 0 | 0.06 | 224.42 | 0.83 | 0.64 |
| Hex | 55 | 7D | EF | 40 | 30 | 0 | 6 | E0 | 53 | 40 |
| Octal | 125 | 175 | 357 | 100 | 60 | 0 | 6 | 340 | 123 | 100 |
| Binary | 1010101 | 1111101 | 11101111 | 1000000 | 110000 | 0 | 110 | 11100000 | 1010011 | 1000000 |
Color Harmonies of #557DEF
Complementary color
Monochromatic Colors of #557DEF
Black with #557DEF
Text Example
Text Example
White with #557DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DEF; }
p { color: rgb(85,125,239); }
H1.HeaderClassName
{
color: #557DEF;
}
.AnyTagClassName
{
color: #557DEF;
}
</style>
background-color css
<style>
a { background-color: #557DEF; }
a { background-color: rgb(85,125,239); }
div.DivClassName
{
background-color: #557DEF;
}
.BgClassName
{
background-color: #557DEF;
}
</style>
border-color css
<style>
span { border-color: #557DEF; }
span { border-color: rgb(85,125,239); }
td.TdClassName
{
border-color: #557DEF;
}
.TagClassName
{
border-color: #557DEF;
}
</style>