Shades of Cornflower Blue #62A8FB
Tints of Cornflower Blue #62A8FB
RGB
CMYK
RGB Variations
Color information
#62A8FB (or 0x62A8FB) is known color: Cornflower Blue. HEX triplet: 62, A8 and FB. RGB value is (98,168,251). Sum of RGB (Red+Green+Blue) = 98+168+251=517 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.96% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #62A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A8FB is #9D5704. Grayscale: #9C9C9C. Windows color (decimal): -10311429 or 16492642. OLE color: 16492642.
HSL color Cylindrical-coordinate representation of color #62A8FB: hue angle of 212.55º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62A8FB is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 168 | 251 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.02 |
| HSL | 212.55º | 0.95% | 0.68% | - |
| HSV(B) | 212.55º | 0.61% | 0.98% | - |
| XYZ | 36.45 | 37.57 | 96.6 | - |
| YUV | 156.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 251 | 0.61 | 0.33 | 0 | 0.02 | 212.55 | 0.95 | 0.68 |
| Hex | 62 | A8 | FB | 3D | 21 | 0 | 2 | D5 | 5F | 44 |
| Octal | 142 | 250 | 373 | 75 | 41 | 0 | 2 | 325 | 137 | 104 |
| Binary | 1100010 | 10101000 | 11111011 | 111101 | 100001 | 0 | 10 | 11010101 | 1011111 | 1000100 |
Color Harmonies of #62A8FB
Complementary color
Monochromatic Colors of #62A8FB
Black with #62A8FB
Text Example
Text Example
White with #62A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A8FB; }
p { color: rgb(98,168,251); }
H1.HeaderClassName
{
color: #62A8FB;
}
.AnyTagClassName
{
color: #62A8FB;
}
</style>
background-color css
<style>
a { background-color: #62A8FB; }
a { background-color: rgb(98,168,251); }
div.DivClassName
{
background-color: #62A8FB;
}
.BgClassName
{
background-color: #62A8FB;
}
</style>
border-color css
<style>
span { border-color: #62A8FB; }
span { border-color: rgb(98,168,251); }
td.TdClassName
{
border-color: #62A8FB;
}
.TagClassName
{
border-color: #62A8FB;
}
</style>