Shades of Cornflower Blue #608ADA
Tints of Cornflower Blue #608ADA
RGB
CMYK
RGB Variations
Color information
#608ADA (or 0x608ADA) is known color: Cornflower Blue. HEX triplet: 60, 8A and DA. RGB value is (96,138,218). Sum of RGB (Red+Green+Blue) = 96+138+218=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #608ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ADA is #9F7525. Grayscale: #868686. Windows color (decimal): -10450214 or 14322272. OLE color: 14322272.
HSL color Cylindrical-coordinate representation of color #608ADA: hue angle of 219.34º 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 #608ADA is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 138 | 218 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.15 |
| HSL | 219.34º | 0.62% | 0.62% | - |
| HSV(B) | 219.34º | 0.56% | 0.85% | - |
| XYZ | 26.57 | 25.73 | 69.89 | - |
| YUV | 134.56 | 175.09 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 218 | 0.56 | 0.37 | 0 | 0.15 | 219.34 | 0.62 | 0.62 |
| Hex | 60 | 8A | DA | 38 | 25 | 0 | F | DB | 3E | 3E |
| Octal | 140 | 212 | 332 | 70 | 45 | 0 | 17 | 333 | 76 | 76 |
| Binary | 1100000 | 10001010 | 11011010 | 111000 | 100101 | 0 | 1111 | 11011011 | 111110 | 111110 |
Color Harmonies of #608ADA
Complementary color
Monochromatic Colors of #608ADA
Black with #608ADA
Text Example
Text Example
White with #608ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608ADA; }
p { color: rgb(96,138,218); }
H1.HeaderClassName
{
color: #608ADA;
}
.AnyTagClassName
{
color: #608ADA;
}
</style>
background-color css
<style>
a { background-color: #608ADA; }
a { background-color: rgb(96,138,218); }
div.DivClassName
{
background-color: #608ADA;
}
.BgClassName
{
background-color: #608ADA;
}
</style>
border-color css
<style>
span { border-color: #608ADA; }
span { border-color: rgb(96,138,218); }
td.TdClassName
{
border-color: #608ADA;
}
.TagClassName
{
border-color: #608ADA;
}
</style>