Shades of Cornflower Blue #608DFD
Tints of Cornflower Blue #608DFD
RGB
CMYK
RGB Variations
Color information
#608DFD (or 0x608DFD) is known color: Cornflower Blue. HEX triplet: 60, 8D and FD. RGB value is (96,141,253). Sum of RGB (Red+Green+Blue) = 96+141+253=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #608DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608DFD is #9F7202. Grayscale: #8B8B8B. Windows color (decimal): -10449411 or 16616800. OLE color: 16616800.
HSL color Cylindrical-coordinate representation of color #608DFD: hue angle of 222.8º 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 #608DFD is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 141 | 253 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.01 |
| HSL | 222.8º | 0.98% | 0.68% | - |
| HSV(B) | 222.8º | 0.62% | 0.99% | - |
| XYZ | 32.08 | 28.63 | 96.76 | - |
| YUV | 140.31 | 191.59 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 253 | 0.62 | 0.44 | 0 | 0.01 | 222.8 | 0.98 | 0.68 |
| Hex | 60 | 8D | FD | 3E | 2C | 0 | 1 | DF | 62 | 44 |
| Octal | 140 | 215 | 375 | 76 | 54 | 0 | 1 | 337 | 142 | 104 |
| Binary | 1100000 | 10001101 | 11111101 | 111110 | 101100 | 0 | 1 | 11011111 | 1100010 | 1000100 |
Color Harmonies of #608DFD
Complementary color
Monochromatic Colors of #608DFD
Black with #608DFD
Text Example
Text Example
White with #608DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DFD; }
p { color: rgb(96,141,253); }
H1.HeaderClassName
{
color: #608DFD;
}
.AnyTagClassName
{
color: #608DFD;
}
</style>
background-color css
<style>
a { background-color: #608DFD; }
a { background-color: rgb(96,141,253); }
div.DivClassName
{
background-color: #608DFD;
}
.BgClassName
{
background-color: #608DFD;
}
</style>
border-color css
<style>
span { border-color: #608DFD; }
span { border-color: rgb(96,141,253); }
td.TdClassName
{
border-color: #608DFD;
}
.TagClassName
{
border-color: #608DFD;
}
</style>