Shades of Cornflower Blue #62A8FE
Tints of Cornflower Blue #62A8FE
RGB
CMYK
RGB Variations
Color information
#62A8FE (or 0x62A8FE) is known color: Cornflower Blue. HEX triplet: 62, A8 and FE. RGB value is (98,168,254). Sum of RGB (Red+Green+Blue) = 98+168+254=520 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.85% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #62A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A8FE is #9D5701. Grayscale: #9C9C9C. Windows color (decimal): -10311426 or 16689250. OLE color: 16689250.
HSL color Cylindrical-coordinate representation of color #62A8FE: hue angle of 213.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62A8FE is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 168 | 254 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.00 |
| HSL | 213.08º | 0.99% | 0.69% | - |
| HSV(B) | 213.08º | 0.61% | 1% | - |
| XYZ | 36.93 | 37.76 | 99.11 | - |
| YUV | 156.87 | 182.81 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 254 | 0.61 | 0.34 | 0 | 0.00 | 213.08 | 0.99 | 0.69 |
| Hex | 62 | A8 | FE | 3D | 22 | 0 | 0 | D5 | 63 | 45 |
| Octal | 142 | 250 | 376 | 75 | 42 | 0 | 0 | 325 | 143 | 105 |
| Binary | 1100010 | 10101000 | 11111110 | 111101 | 100010 | 0 | 0 | 11010101 | 1100011 | 1000101 |
Color Harmonies of #62A8FE
Complementary color
Monochromatic Colors of #62A8FE
Black with #62A8FE
Text Example
Text Example
White with #62A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A8FE; }
p { color: rgb(98,168,254); }
H1.HeaderClassName
{
color: #62A8FE;
}
.AnyTagClassName
{
color: #62A8FE;
}
</style>
background-color css
<style>
a { background-color: #62A8FE; }
a { background-color: rgb(98,168,254); }
div.DivClassName
{
background-color: #62A8FE;
}
.BgClassName
{
background-color: #62A8FE;
}
</style>
border-color css
<style>
span { border-color: #62A8FE; }
span { border-color: rgb(98,168,254); }
td.TdClassName
{
border-color: #62A8FE;
}
.TagClassName
{
border-color: #62A8FE;
}
</style>