Shades of Cornflower Blue #61A5FA
Tints of Cornflower Blue #61A5FA
RGB
CMYK
RGB Variations
Color information
#61A5FA (or 0x61A5FA) is known color: Cornflower Blue. HEX triplet: 61, A5 and FA. RGB value is (97,165,250). Sum of RGB (Red+Green+Blue) = 97+165+250=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #61A5FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A5FA is #9E5A05. Grayscale: #999999. Windows color (decimal): -10377734 or 16426337. OLE color: 16426337.
HSL color Cylindrical-coordinate representation of color #61A5FA: hue angle of 213.33º 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 #61A5FA is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 165 | 250 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.02 |
| HSL | 213.33º | 0.94% | 0.68% | - |
| HSV(B) | 213.33º | 0.61% | 0.98% | - |
| XYZ | 35.64 | 36.35 | 95.58 | - |
| YUV | 154.36 | 181.97 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 250 | 0.61 | 0.34 | 0 | 0.02 | 213.33 | 0.94 | 0.68 |
| Hex | 61 | A5 | FA | 3D | 22 | 0 | 2 | D5 | 5E | 44 |
| Octal | 141 | 245 | 372 | 75 | 42 | 0 | 2 | 325 | 136 | 104 |
| Binary | 1100001 | 10100101 | 11111010 | 111101 | 100010 | 0 | 10 | 11010101 | 1011110 | 1000100 |
Color Harmonies of #61A5FA
Complementary color
Monochromatic Colors of #61A5FA
Black with #61A5FA
Text Example
Text Example
White with #61A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A5FA; }
p { color: rgb(97,165,250); }
H1.HeaderClassName
{
color: #61A5FA;
}
.AnyTagClassName
{
color: #61A5FA;
}
</style>
background-color css
<style>
a { background-color: #61A5FA; }
a { background-color: rgb(97,165,250); }
div.DivClassName
{
background-color: #61A5FA;
}
.BgClassName
{
background-color: #61A5FA;
}
</style>
border-color css
<style>
span { border-color: #61A5FA; }
span { border-color: rgb(97,165,250); }
td.TdClassName
{
border-color: #61A5FA;
}
.TagClassName
{
border-color: #61A5FA;
}
</style>