Shades of Cornflower Blue #557DFB
Tints of Cornflower Blue #557DFB
RGB
CMYK
RGB Variations
Color information
#557DFB (or 0x557DFB) is known color: Cornflower Blue. HEX triplet: 55, 7D and FB. RGB value is (85,125,251). Sum of RGB (Red+Green+Blue) = 85+125+251=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #557DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557DFB is #AA8204. Grayscale: #7E7E7E. Windows color (decimal): -11174405 or 16481621. OLE color: 16481621.
HSL color Cylindrical-coordinate representation of color #557DFB: hue angle of 225.54º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557DFB is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 125 | 251 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.02 |
| HSL | 225.54º | 0.95% | 0.66% | - |
| HSV(B) | 225.54º | 0.66% | 0.98% | - |
| XYZ | 28.49 | 23.56 | 94.31 | - |
| YUV | 127.4 | 197.75 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 251 | 0.66 | 0.50 | 0 | 0.02 | 225.54 | 0.95 | 0.66 |
| Hex | 55 | 7D | FB | 42 | 32 | 0 | 2 | E2 | 5F | 42 |
| Octal | 125 | 175 | 373 | 102 | 62 | 0 | 2 | 342 | 137 | 102 |
| Binary | 1010101 | 1111101 | 11111011 | 1000010 | 110010 | 0 | 10 | 11100010 | 1011111 | 1000010 |
Color Harmonies of #557DFB
Complementary color
Monochromatic Colors of #557DFB
Black with #557DFB
Text Example
Text Example
White with #557DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DFB; }
p { color: rgb(85,125,251); }
H1.HeaderClassName
{
color: #557DFB;
}
.AnyTagClassName
{
color: #557DFB;
}
</style>
background-color css
<style>
a { background-color: #557DFB; }
a { background-color: rgb(85,125,251); }
div.DivClassName
{
background-color: #557DFB;
}
.BgClassName
{
background-color: #557DFB;
}
</style>
border-color css
<style>
span { border-color: #557DFB; }
span { border-color: rgb(85,125,251); }
td.TdClassName
{
border-color: #557DFB;
}
.TagClassName
{
border-color: #557DFB;
}
</style>