Shades of Cornflower Blue #557BFD
Tints of Cornflower Blue #557BFD
RGB
CMYK
RGB Variations
Color information
#557BFD (or 0x557BFD) is known color: Cornflower Blue. HEX triplet: 55, 7B and FD. RGB value is (85,123,253). Sum of RGB (Red+Green+Blue) = 85+123+253=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #557BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BFD is #AA8402. Grayscale: #7D7D7D. Windows color (decimal): -11174915 or 16612181. OLE color: 16612181.
HSL color Cylindrical-coordinate representation of color #557BFD: hue angle of 226.43º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557BFD is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 123 | 253 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.01 |
| HSL | 226.43º | 0.98% | 0.66% | - |
| HSV(B) | 226.43º | 0.66% | 0.99% | - |
| XYZ | 28.56 | 23.19 | 95.9 | - |
| YUV | 126.46 | 199.41 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 253 | 0.66 | 0.51 | 0 | 0.01 | 226.43 | 0.98 | 0.66 |
| Hex | 55 | 7B | FD | 42 | 33 | 0 | 1 | E2 | 62 | 42 |
| Octal | 125 | 173 | 375 | 102 | 63 | 0 | 1 | 342 | 142 | 102 |
| Binary | 1010101 | 1111011 | 11111101 | 1000010 | 110011 | 0 | 1 | 11100010 | 1100010 | 1000010 |
Color Harmonies of #557BFD
Complementary color
Monochromatic Colors of #557BFD
Black with #557BFD
Text Example
Text Example
White with #557BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BFD; }
p { color: rgb(85,123,253); }
H1.HeaderClassName
{
color: #557BFD;
}
.AnyTagClassName
{
color: #557BFD;
}
</style>
background-color css
<style>
a { background-color: #557BFD; }
a { background-color: rgb(85,123,253); }
div.DivClassName
{
background-color: #557BFD;
}
.BgClassName
{
background-color: #557BFD;
}
</style>
border-color css
<style>
span { border-color: #557BFD; }
span { border-color: rgb(85,123,253); }
td.TdClassName
{
border-color: #557BFD;
}
.TagClassName
{
border-color: #557BFD;
}
</style>