Shades of Cornflower Blue #558EFD
Tints of Cornflower Blue #558EFD
RGB
CMYK
RGB Variations
Color information
#558EFD (or 0x558EFD) is known color: Cornflower Blue. HEX triplet: 55, 8E and FD. RGB value is (85,142,253). Sum of RGB (Red+Green+Blue) = 85+142+253=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #558EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558EFD is #AA7102. Grayscale: #898989. Windows color (decimal): -11170051 or 16617045. OLE color: 16617045.
HSL color Cylindrical-coordinate representation of color #558EFD: hue angle of 219.64º 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 #558EFD is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 142 | 253 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.01 |
| HSL | 219.64º | 0.98% | 0.66% | - |
| HSV(B) | 219.64º | 0.66% | 0.99% | - |
| XYZ | 31.15 | 28.37 | 96.76 | - |
| YUV | 137.61 | 193.12 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 253 | 0.66 | 0.44 | 0 | 0.01 | 219.64 | 0.98 | 0.66 |
| Hex | 55 | 8E | FD | 42 | 2C | 0 | 1 | DC | 62 | 42 |
| Octal | 125 | 216 | 375 | 102 | 54 | 0 | 1 | 334 | 142 | 102 |
| Binary | 1010101 | 10001110 | 11111101 | 1000010 | 101100 | 0 | 1 | 11011100 | 1100010 | 1000010 |
Color Harmonies of #558EFD
Complementary color
Monochromatic Colors of #558EFD
Black with #558EFD
Text Example
Text Example
White with #558EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558EFD; }
p { color: rgb(85,142,253); }
H1.HeaderClassName
{
color: #558EFD;
}
.AnyTagClassName
{
color: #558EFD;
}
</style>
background-color css
<style>
a { background-color: #558EFD; }
a { background-color: rgb(85,142,253); }
div.DivClassName
{
background-color: #558EFD;
}
.BgClassName
{
background-color: #558EFD;
}
</style>
border-color css
<style>
span { border-color: #558EFD; }
span { border-color: rgb(85,142,253); }
td.TdClassName
{
border-color: #558EFD;
}
.TagClassName
{
border-color: #558EFD;
}
</style>