Shades of Cornflower Blue #608DDA
Tints of Cornflower Blue #608DDA
RGB
CMYK
RGB Variations
Color information
#608DDA (or 0x608DDA) is known color: Cornflower Blue. HEX triplet: 60, 8D and DA. RGB value is (96,141,218). Sum of RGB (Red+Green+Blue) = 96+141+218=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #608DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DDA is #9F7225. Grayscale: #878787. Windows color (decimal): -10449446 or 14323040. OLE color: 14323040.
HSL color Cylindrical-coordinate representation of color #608DDA: hue angle of 217.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #608DDA is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 141 | 218 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.15 |
| HSL | 217.87º | 0.62% | 0.62% | - |
| HSV(B) | 217.87º | 0.56% | 0.85% | - |
| XYZ | 27 | 26.6 | 70.04 | - |
| YUV | 136.32 | 174.09 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 218 | 0.56 | 0.35 | 0 | 0.15 | 217.87 | 0.62 | 0.62 |
| Hex | 60 | 8D | DA | 38 | 23 | 0 | F | DA | 3E | 3E |
| Octal | 140 | 215 | 332 | 70 | 43 | 0 | 17 | 332 | 76 | 76 |
| Binary | 1100000 | 10001101 | 11011010 | 111000 | 100011 | 0 | 1111 | 11011010 | 111110 | 111110 |
Color Harmonies of #608DDA
Complementary color
Monochromatic Colors of #608DDA
Black with #608DDA
Text Example
Text Example
White with #608DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DDA; }
p { color: rgb(96,141,218); }
H1.HeaderClassName
{
color: #608DDA;
}
.AnyTagClassName
{
color: #608DDA;
}
</style>
background-color css
<style>
a { background-color: #608DDA; }
a { background-color: rgb(96,141,218); }
div.DivClassName
{
background-color: #608DDA;
}
.BgClassName
{
background-color: #608DDA;
}
</style>
border-color css
<style>
span { border-color: #608DDA; }
span { border-color: rgb(96,141,218); }
td.TdClassName
{
border-color: #608DDA;
}
.TagClassName
{
border-color: #608DDA;
}
</style>