Shades of Cornflower Blue #62ABFC
Tints of Cornflower Blue #62ABFC
RGB
CMYK
RGB Variations
Color information
#62ABFC (or 0x62ABFC) is known color: Cornflower Blue. HEX triplet: 62, AB and FC. RGB value is (98,171,252). Sum of RGB (Red+Green+Blue) = 98+171+252=521 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.81% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #62ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62ABFC is #9D5403. Grayscale: #9E9E9E. Windows color (decimal): -10310660 or 16558946. OLE color: 16558946.
HSL color Cylindrical-coordinate representation of color #62ABFC: hue angle of 211.56º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62ABFC is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 171 | 252 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.01 |
| HSL | 211.56º | 0.96% | 0.69% | - |
| HSV(B) | 211.56º | 0.61% | 0.99% | - |
| XYZ | 37.17 | 38.75 | 97.62 | - |
| YUV | 158.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 252 | 0.61 | 0.32 | 0 | 0.01 | 211.56 | 0.96 | 0.69 |
| Hex | 62 | AB | FC | 3D | 20 | 0 | 1 | D4 | 60 | 45 |
| Octal | 142 | 253 | 374 | 75 | 40 | 0 | 1 | 324 | 140 | 105 |
| Binary | 1100010 | 10101011 | 11111100 | 111101 | 100000 | 0 | 1 | 11010100 | 1100000 | 1000101 |
Color Harmonies of #62ABFC
Complementary color
Monochromatic Colors of #62ABFC
Black with #62ABFC
Text Example
Text Example
White with #62ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ABFC; }
p { color: rgb(98,171,252); }
H1.HeaderClassName
{
color: #62ABFC;
}
.AnyTagClassName
{
color: #62ABFC;
}
</style>
background-color css
<style>
a { background-color: #62ABFC; }
a { background-color: rgb(98,171,252); }
div.DivClassName
{
background-color: #62ABFC;
}
.BgClassName
{
background-color: #62ABFC;
}
</style>
border-color css
<style>
span { border-color: #62ABFC; }
span { border-color: rgb(98,171,252); }
td.TdClassName
{
border-color: #62ABFC;
}
.TagClassName
{
border-color: #62ABFC;
}
</style>