Shades of Cornflower Blue #608ADB
Tints of Cornflower Blue #608ADB
RGB
CMYK
RGB Variations
Color information
#608ADB (or 0x608ADB) is known color: Cornflower Blue. HEX triplet: 60, 8A and DB. RGB value is (96,138,219). Sum of RGB (Red+Green+Blue) = 96+138+219=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #608ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ADB is #9F7524. Grayscale: #868686. Windows color (decimal): -10450213 or 14387808. OLE color: 14387808.
HSL color Cylindrical-coordinate representation of color #608ADB: hue angle of 219.51º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #608ADB is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 138 | 219 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.14 |
| HSL | 219.51º | 0.63% | 0.62% | - |
| HSV(B) | 219.51º | 0.56% | 0.86% | - |
| XYZ | 26.7 | 25.78 | 70.59 | - |
| YUV | 134.68 | 175.59 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 219 | 0.56 | 0.37 | 0 | 0.14 | 219.51 | 0.63 | 0.62 |
| Hex | 60 | 8A | DB | 38 | 25 | 0 | E | DC | 3F | 3E |
| Octal | 140 | 212 | 333 | 70 | 45 | 0 | 16 | 334 | 77 | 76 |
| Binary | 1100000 | 10001010 | 11011011 | 111000 | 100101 | 0 | 1110 | 11011100 | 111111 | 111110 |
Color Harmonies of #608ADB
Complementary color
Monochromatic Colors of #608ADB
Black with #608ADB
Text Example
Text Example
White with #608ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608ADB; }
p { color: rgb(96,138,219); }
H1.HeaderClassName
{
color: #608ADB;
}
.AnyTagClassName
{
color: #608ADB;
}
</style>
background-color css
<style>
a { background-color: #608ADB; }
a { background-color: rgb(96,138,219); }
div.DivClassName
{
background-color: #608ADB;
}
.BgClassName
{
background-color: #608ADB;
}
</style>
border-color css
<style>
span { border-color: #608ADB; }
span { border-color: rgb(96,138,219); }
td.TdClassName
{
border-color: #608ADB;
}
.TagClassName
{
border-color: #608ADB;
}
</style>