Shades of Cornflower Blue #608CDD
Tints of Cornflower Blue #608CDD
RGB
CMYK
RGB Variations
Color information
#608CDD (or 0x608CDD) is known color: Cornflower Blue. HEX triplet: 60, 8C and DD. RGB value is (96,140,221). Sum of RGB (Red+Green+Blue) = 96+140+221=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #608CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CDD is #9F7322. Grayscale: #878787. Windows color (decimal): -10449699 or 14519392. OLE color: 14519392.
HSL color Cylindrical-coordinate representation of color #608CDD: hue angle of 218.88º 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 #608CDD is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 140 | 221 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.13 |
| HSL | 218.88º | 0.65% | 0.62% | - |
| HSV(B) | 218.88º | 0.57% | 0.87% | - |
| XYZ | 27.25 | 26.46 | 72.08 | - |
| YUV | 136.08 | 175.92 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 221 | 0.57 | 0.37 | 0 | 0.13 | 218.88 | 0.65 | 0.62 |
| Hex | 60 | 8C | DD | 39 | 25 | 0 | D | DB | 41 | 3E |
| Octal | 140 | 214 | 335 | 71 | 45 | 0 | 15 | 333 | 101 | 76 |
| Binary | 1100000 | 10001100 | 11011101 | 111001 | 100101 | 0 | 1101 | 11011011 | 1000001 | 111110 |
Color Harmonies of #608CDD
Complementary color
Monochromatic Colors of #608CDD
Black with #608CDD
Text Example
Text Example
White with #608CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608CDD; }
p { color: rgb(96,140,221); }
H1.HeaderClassName
{
color: #608CDD;
}
.AnyTagClassName
{
color: #608CDD;
}
</style>
background-color css
<style>
a { background-color: #608CDD; }
a { background-color: rgb(96,140,221); }
div.DivClassName
{
background-color: #608CDD;
}
.BgClassName
{
background-color: #608CDD;
}
</style>
border-color css
<style>
span { border-color: #608CDD; }
span { border-color: rgb(96,140,221); }
td.TdClassName
{
border-color: #608CDD;
}
.TagClassName
{
border-color: #608CDD;
}
</style>