Shades of Cornflower Blue #61A8FD
Tints of Cornflower Blue #61A8FD
RGB
CMYK
RGB Variations
Color information
#61A8FD (or 0x61A8FD) is known color: Cornflower Blue. HEX triplet: 61, A8 and FD. RGB value is (97,168,253). Sum of RGB (Red+Green+Blue) = 97+168+253=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #61A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A8FD is #9E5702. Grayscale: #9C9C9C. Windows color (decimal): -10376963 or 16623713. OLE color: 16623713.
HSL color Cylindrical-coordinate representation of color #61A8FD: hue angle of 212.69º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61A8FD is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 168 | 253 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.01 |
| HSL | 212.69º | 0.98% | 0.69% | - |
| HSV(B) | 212.69º | 0.62% | 0.99% | - |
| XYZ | 36.66 | 37.64 | 98.26 | - |
| YUV | 156.46 | 182.48 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 253 | 0.62 | 0.34 | 0 | 0.01 | 212.69 | 0.98 | 0.69 |
| Hex | 61 | A8 | FD | 3E | 22 | 0 | 1 | D5 | 62 | 45 |
| Octal | 141 | 250 | 375 | 76 | 42 | 0 | 1 | 325 | 142 | 105 |
| Binary | 1100001 | 10101000 | 11111101 | 111110 | 100010 | 0 | 1 | 11010101 | 1100010 | 1000101 |
Color Harmonies of #61A8FD
Complementary color
Monochromatic Colors of #61A8FD
Black with #61A8FD
Text Example
Text Example
White with #61A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A8FD; }
p { color: rgb(97,168,253); }
H1.HeaderClassName
{
color: #61A8FD;
}
.AnyTagClassName
{
color: #61A8FD;
}
</style>
background-color css
<style>
a { background-color: #61A8FD; }
a { background-color: rgb(97,168,253); }
div.DivClassName
{
background-color: #61A8FD;
}
.BgClassName
{
background-color: #61A8FD;
}
</style>
border-color css
<style>
span { border-color: #61A8FD; }
span { border-color: rgb(97,168,253); }
td.TdClassName
{
border-color: #61A8FD;
}
.TagClassName
{
border-color: #61A8FD;
}
</style>