Shades of Cornflower Blue #58ABFC
Tints of Cornflower Blue #58ABFC
RGB
CMYK
RGB Variations
Color information
#58ABFC (or 0x58ABFC) is known color: Cornflower Blue. HEX triplet: 58, AB and FC. RGB value is (88,171,252). Sum of RGB (Red+Green+Blue) = 88+171+252=511 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.22% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #58ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ABFC is #A75403. Grayscale: #9B9B9B. Windows color (decimal): -10966020 or 16558936. OLE color: 16558936.
HSL color Cylindrical-coordinate representation of color #58ABFC: hue angle of 209.63º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58ABFC is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 171 | 252 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.01 |
| HSL | 209.63º | 0.96% | 0.67% | - |
| HSV(B) | 209.63º | 0.65% | 0.99% | - |
| XYZ | 36.16 | 38.23 | 97.57 | - |
| YUV | 155.42 | 182.5 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 252 | 0.65 | 0.32 | 0 | 0.01 | 209.63 | 0.96 | 0.67 |
| Hex | 58 | AB | FC | 41 | 20 | 0 | 1 | D2 | 60 | 43 |
| Octal | 130 | 253 | 374 | 101 | 40 | 0 | 1 | 322 | 140 | 103 |
| Binary | 1011000 | 10101011 | 11111100 | 1000001 | 100000 | 0 | 1 | 11010010 | 1100000 | 1000011 |
Color Harmonies of #58ABFC
Complementary color
Monochromatic Colors of #58ABFC
Black with #58ABFC
Text Example
Text Example
White with #58ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABFC; }
p { color: rgb(88,171,252); }
H1.HeaderClassName
{
color: #58ABFC;
}
.AnyTagClassName
{
color: #58ABFC;
}
</style>
background-color css
<style>
a { background-color: #58ABFC; }
a { background-color: rgb(88,171,252); }
div.DivClassName
{
background-color: #58ABFC;
}
.BgClassName
{
background-color: #58ABFC;
}
</style>
border-color css
<style>
span { border-color: #58ABFC; }
span { border-color: rgb(88,171,252); }
td.TdClassName
{
border-color: #58ABFC;
}
.TagClassName
{
border-color: #58ABFC;
}
</style>