Shades of Cornflower Blue #58ABFE
Tints of Cornflower Blue #58ABFE
RGB
CMYK
RGB Variations
Color information
#58ABFE (or 0x58ABFE) is known color: Cornflower Blue. HEX triplet: 58, AB and FE. RGB value is (88,171,254). Sum of RGB (Red+Green+Blue) = 88+171+254=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #58ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ABFE is #A75401. Grayscale: #9B9B9B. Windows color (decimal): -10966018 or 16690008. OLE color: 16690008.
HSL color Cylindrical-coordinate representation of color #58ABFE: hue angle of 210º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58ABFE is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 171 | 254 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.00 |
| HSL | 210º | 0.99% | 0.67% | - |
| HSV(B) | 210º | 0.65% | 1% | - |
| XYZ | 36.48 | 38.36 | 99.25 | - |
| YUV | 155.65 | 183.5 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 254 | 0.65 | 0.33 | 0 | 0.00 | 210 | 0.99 | 0.67 |
| Hex | 58 | AB | FE | 41 | 21 | 0 | 0 | D2 | 63 | 43 |
| Octal | 130 | 253 | 376 | 101 | 41 | 0 | 0 | 322 | 143 | 103 |
| Binary | 1011000 | 10101011 | 11111110 | 1000001 | 100001 | 0 | 0 | 11010010 | 1100011 | 1000011 |
Color Harmonies of #58ABFE
Complementary color
Monochromatic Colors of #58ABFE
Black with #58ABFE
Text Example
Text Example
White with #58ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABFE; }
p { color: rgb(88,171,254); }
H1.HeaderClassName
{
color: #58ABFE;
}
.AnyTagClassName
{
color: #58ABFE;
}
</style>
background-color css
<style>
a { background-color: #58ABFE; }
a { background-color: rgb(88,171,254); }
div.DivClassName
{
background-color: #58ABFE;
}
.BgClassName
{
background-color: #58ABFE;
}
</style>
border-color css
<style>
span { border-color: #58ABFE; }
span { border-color: rgb(88,171,254); }
td.TdClassName
{
border-color: #58ABFE;
}
.TagClassName
{
border-color: #58ABFE;
}
</style>