Shades of Cornflower Blue #557BFE
Tints of Cornflower Blue #557BFE
RGB
CMYK
RGB Variations
Color information
#557BFE (or 0x557BFE) is known color: Cornflower Blue. HEX triplet: 55, 7B and FE. RGB value is (85,123,254). Sum of RGB (Red+Green+Blue) = 85+123+254=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #557BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BFE is #AA8401. Grayscale: #7E7E7E. Windows color (decimal): -11174914 or 16677717. OLE color: 16677717.
HSL color Cylindrical-coordinate representation of color #557BFE: hue angle of 226.51º 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 #557BFE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 123 | 254 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.00 |
| HSL | 226.51º | 0.99% | 0.66% | - |
| HSV(B) | 226.51º | 0.67% | 1% | - |
| XYZ | 28.72 | 23.25 | 96.74 | - |
| YUV | 126.57 | 199.91 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 254 | 0.67 | 0.52 | 0 | 0.00 | 226.51 | 0.99 | 0.66 |
| Hex | 55 | 7B | FE | 43 | 34 | 0 | 0 | E3 | 63 | 42 |
| Octal | 125 | 173 | 376 | 103 | 64 | 0 | 0 | 343 | 143 | 102 |
| Binary | 1010101 | 1111011 | 11111110 | 1000011 | 110100 | 0 | 0 | 11100011 | 1100011 | 1000010 |
Color Harmonies of #557BFE
Complementary color
Monochromatic Colors of #557BFE
Black with #557BFE
Text Example
Text Example
White with #557BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BFE; }
p { color: rgb(85,123,254); }
H1.HeaderClassName
{
color: #557BFE;
}
.AnyTagClassName
{
color: #557BFE;
}
</style>
background-color css
<style>
a { background-color: #557BFE; }
a { background-color: rgb(85,123,254); }
div.DivClassName
{
background-color: #557BFE;
}
.BgClassName
{
background-color: #557BFE;
}
</style>
border-color css
<style>
span { border-color: #557BFE; }
span { border-color: rgb(85,123,254); }
td.TdClassName
{
border-color: #557BFE;
}
.TagClassName
{
border-color: #557BFE;
}
</style>