Shades of Cornflower Blue #608FE5
Tints of Cornflower Blue #608FE5
RGB
CMYK
RGB Variations
Color information
#608FE5 (or 0x608FE5) is known color: Cornflower Blue. HEX triplet: 60, 8F and E5. RGB value is (96,143,229). Sum of RGB (Red+Green+Blue) = 96+143+229=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #608FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FE5 is #9F701A. Grayscale: #8A8A8A. Windows color (decimal): -10448923 or 15044448. OLE color: 15044448.
HSL color Cylindrical-coordinate representation of color #608FE5: hue angle of 218.8º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #608FE5 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 143 | 229 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.10 |
| HSL | 218.8º | 0.72% | 0.64% | - |
| HSV(B) | 218.8º | 0.58% | 0.9% | - |
| XYZ | 28.79 | 27.79 | 77.98 | - |
| YUV | 138.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 229 | 0.58 | 0.38 | 0 | 0.10 | 218.8 | 0.72 | 0.64 |
| Hex | 60 | 8F | E5 | 3A | 26 | 0 | A | DB | 48 | 40 |
| Octal | 140 | 217 | 345 | 72 | 46 | 0 | 12 | 333 | 110 | 100 |
| Binary | 1100000 | 10001111 | 11100101 | 111010 | 100110 | 0 | 1010 | 11011011 | 1001000 | 1000000 |
Color Harmonies of #608FE5
Complementary color
Monochromatic Colors of #608FE5
Black with #608FE5
Text Example
Text Example
White with #608FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FE5; }
p { color: rgb(96,143,229); }
H1.HeaderClassName
{
color: #608FE5;
}
.AnyTagClassName
{
color: #608FE5;
}
</style>
background-color css
<style>
a { background-color: #608FE5; }
a { background-color: rgb(96,143,229); }
div.DivClassName
{
background-color: #608FE5;
}
.BgClassName
{
background-color: #608FE5;
}
</style>
border-color css
<style>
span { border-color: #608FE5; }
span { border-color: rgb(96,143,229); }
td.TdClassName
{
border-color: #608FE5;
}
.TagClassName
{
border-color: #608FE5;
}
</style>