Shades of Cornflower Blue #558DF3
Tints of Cornflower Blue #558DF3
RGB
CMYK
RGB Variations
Color information
#558DF3 (or 0x558DF3) is known color: Cornflower Blue. HEX triplet: 55, 8D and F3. RGB value is (85,141,243). Sum of RGB (Red+Green+Blue) = 85+141+243=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #558DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558DF3 is #AA720C. Grayscale: #878787. Windows color (decimal): -11170317 or 15961429. OLE color: 15961429.
HSL color Cylindrical-coordinate representation of color #558DF3: hue angle of 218.73º 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 #558DF3 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 141 | 243 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.05 |
| HSL | 218.73º | 0.87% | 0.64% | - |
| HSV(B) | 218.73º | 0.65% | 0.95% | - |
| XYZ | 29.45 | 27.45 | 88.54 | - |
| YUV | 135.88 | 188.45 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 243 | 0.65 | 0.42 | 0 | 0.05 | 218.73 | 0.87 | 0.64 |
| Hex | 55 | 8D | F3 | 41 | 2A | 0 | 5 | DB | 57 | 40 |
| Octal | 125 | 215 | 363 | 101 | 52 | 0 | 5 | 333 | 127 | 100 |
| Binary | 1010101 | 10001101 | 11110011 | 1000001 | 101010 | 0 | 101 | 11011011 | 1010111 | 1000000 |
Color Harmonies of #558DF3
Complementary color
Monochromatic Colors of #558DF3
Black with #558DF3
Text Example
Text Example
White with #558DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DF3; }
p { color: rgb(85,141,243); }
H1.HeaderClassName
{
color: #558DF3;
}
.AnyTagClassName
{
color: #558DF3;
}
</style>
background-color css
<style>
a { background-color: #558DF3; }
a { background-color: rgb(85,141,243); }
div.DivClassName
{
background-color: #558DF3;
}
.BgClassName
{
background-color: #558DF3;
}
</style>
border-color css
<style>
span { border-color: #558DF3; }
span { border-color: rgb(85,141,243); }
td.TdClassName
{
border-color: #558DF3;
}
.TagClassName
{
border-color: #558DF3;
}
</style>