Shades of Cornflower Blue #557CF3
Tints of Cornflower Blue #557CF3
RGB
CMYK
RGB Variations
Color information
#557CF3 (or 0x557CF3) is known color: Cornflower Blue. HEX triplet: 55, 7C and F3. RGB value is (85,124,243). Sum of RGB (Red+Green+Blue) = 85+124+243=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #557CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CF3 is #AA830C. Grayscale: #7D7D7D. Windows color (decimal): -11174669 or 15957077. OLE color: 15957077.
HSL color Cylindrical-coordinate representation of color #557CF3: hue angle of 225.19º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557CF3 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 124 | 243 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.05 |
| HSL | 225.19º | 0.87% | 0.64% | - |
| HSV(B) | 225.19º | 0.65% | 0.95% | - |
| XYZ | 27.13 | 22.82 | 87.77 | - |
| YUV | 125.91 | 194.08 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 243 | 0.65 | 0.49 | 0 | 0.05 | 225.19 | 0.87 | 0.64 |
| Hex | 55 | 7C | F3 | 41 | 31 | 0 | 5 | E1 | 57 | 40 |
| Octal | 125 | 174 | 363 | 101 | 61 | 0 | 5 | 341 | 127 | 100 |
| Binary | 1010101 | 1111100 | 11110011 | 1000001 | 110001 | 0 | 101 | 11100001 | 1010111 | 1000000 |
Color Harmonies of #557CF3
Complementary color
Monochromatic Colors of #557CF3
Black with #557CF3
Text Example
Text Example
White with #557CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CF3; }
p { color: rgb(85,124,243); }
H1.HeaderClassName
{
color: #557CF3;
}
.AnyTagClassName
{
color: #557CF3;
}
</style>
background-color css
<style>
a { background-color: #557CF3; }
a { background-color: rgb(85,124,243); }
div.DivClassName
{
background-color: #557CF3;
}
.BgClassName
{
background-color: #557CF3;
}
</style>
border-color css
<style>
span { border-color: #557CF3; }
span { border-color: rgb(85,124,243); }
td.TdClassName
{
border-color: #557CF3;
}
.TagClassName
{
border-color: #557CF3;
}
</style>