Shades of Cornflower Blue #557CFB
Tints of Cornflower Blue #557CFB
RGB
CMYK
RGB Variations
Color information
#557CFB (or 0x557CFB) is known color: Cornflower Blue. HEX triplet: 55, 7C and FB. RGB value is (85,124,251). Sum of RGB (Red+Green+Blue) = 85+124+251=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #557CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CFB is #AA8304. Grayscale: #7E7E7E. Windows color (decimal): -11174661 or 16481365. OLE color: 16481365.
HSL color Cylindrical-coordinate representation of color #557CFB: hue angle of 225.9º 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 #557CFB is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 124 | 251 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.02 |
| HSL | 225.9º | 0.95% | 0.66% | - |
| HSV(B) | 225.9º | 0.66% | 0.98% | - |
| XYZ | 28.37 | 23.31 | 94.27 | - |
| YUV | 126.82 | 198.08 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 251 | 0.66 | 0.51 | 0 | 0.02 | 225.9 | 0.95 | 0.66 |
| Hex | 55 | 7C | FB | 42 | 33 | 0 | 2 | E2 | 5F | 42 |
| Octal | 125 | 174 | 373 | 102 | 63 | 0 | 2 | 342 | 137 | 102 |
| Binary | 1010101 | 1111100 | 11111011 | 1000010 | 110011 | 0 | 10 | 11100010 | 1011111 | 1000010 |
Color Harmonies of #557CFB
Complementary color
Monochromatic Colors of #557CFB
Black with #557CFB
Text Example
Text Example
White with #557CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CFB; }
p { color: rgb(85,124,251); }
H1.HeaderClassName
{
color: #557CFB;
}
.AnyTagClassName
{
color: #557CFB;
}
</style>
background-color css
<style>
a { background-color: #557CFB; }
a { background-color: rgb(85,124,251); }
div.DivClassName
{
background-color: #557CFB;
}
.BgClassName
{
background-color: #557CFB;
}
</style>
border-color css
<style>
span { border-color: #557CFB; }
span { border-color: rgb(85,124,251); }
td.TdClassName
{
border-color: #557CFB;
}
.TagClassName
{
border-color: #557CFB;
}
</style>