Shades of Cornflower Blue #557CFE
Tints of Cornflower Blue #557CFE
RGB
CMYK
RGB Variations
Color information
#557CFE (or 0x557CFE) is known color: Cornflower Blue. HEX triplet: 55, 7C and FE. RGB value is (85,124,254). Sum of RGB (Red+Green+Blue) = 85+124+254=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #557CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CFE is #AA8301. Grayscale: #7E7E7E. Windows color (decimal): -11174658 or 16677973. OLE color: 16677973.
HSL color Cylindrical-coordinate representation of color #557CFE: hue angle of 226.15º 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 #557CFE is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 124 | 254 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.00 |
| HSL | 226.15º | 0.99% | 0.66% | - |
| HSV(B) | 226.15º | 0.67% | 1% | - |
| XYZ | 28.84 | 23.5 | 96.78 | - |
| YUV | 127.16 | 199.58 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 254 | 0.67 | 0.51 | 0 | 0.00 | 226.15 | 0.99 | 0.66 |
| Hex | 55 | 7C | FE | 43 | 33 | 0 | 0 | E2 | 63 | 42 |
| Octal | 125 | 174 | 376 | 103 | 63 | 0 | 0 | 342 | 143 | 102 |
| Binary | 1010101 | 1111100 | 11111110 | 1000011 | 110011 | 0 | 0 | 11100010 | 1100011 | 1000010 |
Color Harmonies of #557CFE
Complementary color
Monochromatic Colors of #557CFE
Black with #557CFE
Text Example
Text Example
White with #557CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CFE; }
p { color: rgb(85,124,254); }
H1.HeaderClassName
{
color: #557CFE;
}
.AnyTagClassName
{
color: #557CFE;
}
</style>
background-color css
<style>
a { background-color: #557CFE; }
a { background-color: rgb(85,124,254); }
div.DivClassName
{
background-color: #557CFE;
}
.BgClassName
{
background-color: #557CFE;
}
</style>
border-color css
<style>
span { border-color: #557CFE; }
span { border-color: rgb(85,124,254); }
td.TdClassName
{
border-color: #557CFE;
}
.TagClassName
{
border-color: #557CFE;
}
</style>