Shades of Cornflower Blue #608FDD
Tints of Cornflower Blue #608FDD
RGB
CMYK
RGB Variations
Color information
#608FDD (or 0x608FDD) is known color: Cornflower Blue. HEX triplet: 60, 8F and DD. RGB value is (96,143,221). Sum of RGB (Red+Green+Blue) = 96+143+221=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #608FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FDD is #9F7022. Grayscale: #898989. Windows color (decimal): -10448931 or 14520160. OLE color: 14520160.
HSL color Cylindrical-coordinate representation of color #608FDD: hue angle of 217.44º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608FDD is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 143 | 221 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.13 |
| HSL | 217.44º | 0.65% | 0.62% | - |
| HSV(B) | 217.44º | 0.57% | 0.87% | - |
| XYZ | 27.7 | 27.35 | 72.23 | - |
| YUV | 137.84 | 174.93 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 221 | 0.57 | 0.35 | 0 | 0.13 | 217.44 | 0.65 | 0.62 |
| Hex | 60 | 8F | DD | 39 | 23 | 0 | D | D9 | 41 | 3E |
| Octal | 140 | 217 | 335 | 71 | 43 | 0 | 15 | 331 | 101 | 76 |
| Binary | 1100000 | 10001111 | 11011101 | 111001 | 100011 | 0 | 1101 | 11011001 | 1000001 | 111110 |
Color Harmonies of #608FDD
Complementary color
Monochromatic Colors of #608FDD
Black with #608FDD
Text Example
Text Example
White with #608FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FDD; }
p { color: rgb(96,143,221); }
H1.HeaderClassName
{
color: #608FDD;
}
.AnyTagClassName
{
color: #608FDD;
}
</style>
background-color css
<style>
a { background-color: #608FDD; }
a { background-color: rgb(96,143,221); }
div.DivClassName
{
background-color: #608FDD;
}
.BgClassName
{
background-color: #608FDD;
}
</style>
border-color css
<style>
span { border-color: #608FDD; }
span { border-color: rgb(96,143,221); }
td.TdClassName
{
border-color: #608FDD;
}
.TagClassName
{
border-color: #608FDD;
}
</style>