Shades of Cornflower Blue #608BDE
Tints of Cornflower Blue #608BDE
RGB
CMYK
RGB Variations
Color information
#608BDE (or 0x608BDE) is known color: Cornflower Blue. HEX triplet: 60, 8B and DE. RGB value is (96,139,222). Sum of RGB (Red+Green+Blue) = 96+139+222=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #608BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BDE is #9F7421. Grayscale: #878787. Windows color (decimal): -10449954 or 14584672. OLE color: 14584672.
HSL color Cylindrical-coordinate representation of color #608BDE: hue angle of 219.52º degrees, saturation: 0.66, 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 #608BDE is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 139 | 222 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.13 |
| HSL | 219.52º | 0.66% | 0.62% | - |
| HSV(B) | 219.52º | 0.57% | 0.87% | - |
| XYZ | 27.24 | 26.23 | 72.73 | - |
| YUV | 135.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 222 | 0.57 | 0.37 | 0 | 0.13 | 219.52 | 0.66 | 0.62 |
| Hex | 60 | 8B | DE | 39 | 25 | 0 | D | DC | 42 | 3E |
| Octal | 140 | 213 | 336 | 71 | 45 | 0 | 15 | 334 | 102 | 76 |
| Binary | 1100000 | 10001011 | 11011110 | 111001 | 100101 | 0 | 1101 | 11011100 | 1000010 | 111110 |
Color Harmonies of #608BDE
Complementary color
Monochromatic Colors of #608BDE
Black with #608BDE
Text Example
Text Example
White with #608BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BDE; }
p { color: rgb(96,139,222); }
H1.HeaderClassName
{
color: #608BDE;
}
.AnyTagClassName
{
color: #608BDE;
}
</style>
background-color css
<style>
a { background-color: #608BDE; }
a { background-color: rgb(96,139,222); }
div.DivClassName
{
background-color: #608BDE;
}
.BgClassName
{
background-color: #608BDE;
}
</style>
border-color css
<style>
span { border-color: #608BDE; }
span { border-color: rgb(96,139,222); }
td.TdClassName
{
border-color: #608BDE;
}
.TagClassName
{
border-color: #608BDE;
}
</style>