Shades of Cornflower Blue #62ABFF
Tints of Cornflower Blue #62ABFF
RGB
CMYK
RGB Variations
Color information
#62ABFF (or 0x62ABFF) is known color: Cornflower Blue. HEX triplet: 62, AB and FF. RGB value is (98,171,255). Sum of RGB (Red+Green+Blue) = 98+171+255=524 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.70% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #62ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62ABFF is #9D5400. Grayscale: #9E9E9E. Windows color (decimal): -10310657 or 16755554. OLE color: 16755554.
HSL color Cylindrical-coordinate representation of color #62ABFF: hue angle of 212.1º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62ABFF is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 171 | 255 | - |
| CMYK | 0.62 | 0.33 | 0 | 0 |
| HSL | 212.1º | 1% | 0.69% | - |
| HSV(B) | 212.1º | 0.62% | 1% | - |
| XYZ | 37.65 | 38.94 | 100.14 | - |
| YUV | 158.75 | 182.32 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 255 | 0.62 | 0.33 | 0 | 0 | 212.1 | 1 | 0.69 |
| Hex | 62 | AB | FF | 3E | 21 | 0 | 0 | D4 | 64 | 45 |
| Octal | 142 | 253 | 377 | 76 | 41 | 0 | 0 | 324 | 144 | 105 |
| Binary | 1100010 | 10101011 | 11111111 | 111110 | 100001 | 0 | 0 | 11010100 | 1100100 | 1000101 |
Color Harmonies of #62ABFF
Complementary color
Monochromatic Colors of #62ABFF
Black with #62ABFF
Text Example
Text Example
White with #62ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ABFF; }
p { color: rgb(98,171,255); }
H1.HeaderClassName
{
color: #62ABFF;
}
.AnyTagClassName
{
color: #62ABFF;
}
</style>
background-color css
<style>
a { background-color: #62ABFF; }
a { background-color: rgb(98,171,255); }
div.DivClassName
{
background-color: #62ABFF;
}
.BgClassName
{
background-color: #62ABFF;
}
</style>
border-color css
<style>
span { border-color: #62ABFF; }
span { border-color: rgb(98,171,255); }
td.TdClassName
{
border-color: #62ABFF;
}
.TagClassName
{
border-color: #62ABFF;
}
</style>