Shades of Cornflower Blue #61A8FA
Tints of Cornflower Blue #61A8FA
RGB
CMYK
RGB Variations
Color information
#61A8FA (or 0x61A8FA) is known color: Cornflower Blue. HEX triplet: 61, A8 and FA. RGB value is (97,168,250). Sum of RGB (Red+Green+Blue) = 97+168+250=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #61A8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A8FA is #9E5705. Grayscale: #9B9B9B. Windows color (decimal): -10376966 or 16427105. OLE color: 16427105.
HSL color Cylindrical-coordinate representation of color #61A8FA: hue angle of 212.16º degrees, saturation: 0.94, 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 #61A8FA is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 168 | 250 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.02 |
| HSL | 212.16º | 0.94% | 0.68% | - |
| HSV(B) | 212.16º | 0.61% | 0.98% | - |
| XYZ | 36.19 | 37.45 | 95.76 | - |
| YUV | 156.12 | 180.98 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 250 | 0.61 | 0.33 | 0 | 0.02 | 212.16 | 0.94 | 0.68 |
| Hex | 61 | A8 | FA | 3D | 21 | 0 | 2 | D4 | 5E | 44 |
| Octal | 141 | 250 | 372 | 75 | 41 | 0 | 2 | 324 | 136 | 104 |
| Binary | 1100001 | 10101000 | 11111010 | 111101 | 100001 | 0 | 10 | 11010100 | 1011110 | 1000100 |
Color Harmonies of #61A8FA
Complementary color
Monochromatic Colors of #61A8FA
Black with #61A8FA
Text Example
Text Example
White with #61A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A8FA; }
p { color: rgb(97,168,250); }
H1.HeaderClassName
{
color: #61A8FA;
}
.AnyTagClassName
{
color: #61A8FA;
}
</style>
background-color css
<style>
a { background-color: #61A8FA; }
a { background-color: rgb(97,168,250); }
div.DivClassName
{
background-color: #61A8FA;
}
.BgClassName
{
background-color: #61A8FA;
}
</style>
border-color css
<style>
span { border-color: #61A8FA; }
span { border-color: rgb(97,168,250); }
td.TdClassName
{
border-color: #61A8FA;
}
.TagClassName
{
border-color: #61A8FA;
}
</style>