Shades of Cornflower Blue #60A8FD
Tints of Cornflower Blue #60A8FD
RGB
CMYK
RGB Variations
Color information
#60A8FD (or 0x60A8FD) is known color: Cornflower Blue. HEX triplet: 60, A8 and FD. RGB value is (96,168,253). Sum of RGB (Red+Green+Blue) = 96+168+253=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #60A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A8FD is #9F5702. Grayscale: #9B9B9B. Windows color (decimal): -10442499 or 16623712. OLE color: 16623712.
HSL color Cylindrical-coordinate representation of color #60A8FD: hue angle of 212.48º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60A8FD is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 168 | 253 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.01 |
| HSL | 212.48º | 0.98% | 0.68% | - |
| HSV(B) | 212.48º | 0.62% | 0.99% | - |
| XYZ | 36.56 | 37.58 | 98.26 | - |
| YUV | 156.16 | 182.65 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 253 | 0.62 | 0.34 | 0 | 0.01 | 212.48 | 0.98 | 0.68 |
| Hex | 60 | A8 | FD | 3E | 22 | 0 | 1 | D4 | 62 | 44 |
| Octal | 140 | 250 | 375 | 76 | 42 | 0 | 1 | 324 | 142 | 104 |
| Binary | 1100000 | 10101000 | 11111101 | 111110 | 100010 | 0 | 1 | 11010100 | 1100010 | 1000100 |
Color Harmonies of #60A8FD
Complementary color
Monochromatic Colors of #60A8FD
Black with #60A8FD
Text Example
Text Example
White with #60A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8FD; }
p { color: rgb(96,168,253); }
H1.HeaderClassName
{
color: #60A8FD;
}
.AnyTagClassName
{
color: #60A8FD;
}
</style>
background-color css
<style>
a { background-color: #60A8FD; }
a { background-color: rgb(96,168,253); }
div.DivClassName
{
background-color: #60A8FD;
}
.BgClassName
{
background-color: #60A8FD;
}
</style>
border-color css
<style>
span { border-color: #60A8FD; }
span { border-color: rgb(96,168,253); }
td.TdClassName
{
border-color: #60A8FD;
}
.TagClassName
{
border-color: #60A8FD;
}
</style>