Shades of Cornflower Blue #608FE0
Tints of Cornflower Blue #608FE0
RGB
CMYK
RGB Variations
Color information
#608FE0 (or 0x608FE0) is known color: Cornflower Blue. HEX triplet: 60, 8F and E0. RGB value is (96,143,224). Sum of RGB (Red+Green+Blue) = 96+143+224=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #608FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FE0 is #9F701F. Grayscale: #898989. Windows color (decimal): -10448928 or 14716768. OLE color: 14716768.
HSL color Cylindrical-coordinate representation of color #608FE0: hue angle of 217.97º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608FE0 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 143 | 224 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.12 |
| HSL | 217.97º | 0.67% | 0.63% | - |
| HSV(B) | 217.97º | 0.57% | 0.88% | - |
| XYZ | 28.1 | 27.51 | 74.35 | - |
| YUV | 138.18 | 176.43 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 224 | 0.57 | 0.36 | 0 | 0.12 | 217.97 | 0.67 | 0.63 |
| Hex | 60 | 8F | E0 | 39 | 24 | 0 | C | DA | 43 | 3F |
| Octal | 140 | 217 | 340 | 71 | 44 | 0 | 14 | 332 | 103 | 77 |
| Binary | 1100000 | 10001111 | 11100000 | 111001 | 100100 | 0 | 1100 | 11011010 | 1000011 | 111111 |
Color Harmonies of #608FE0
Complementary color
Monochromatic Colors of #608FE0
Black with #608FE0
Text Example
Text Example
White with #608FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FE0; }
p { color: rgb(96,143,224); }
H1.HeaderClassName
{
color: #608FE0;
}
.AnyTagClassName
{
color: #608FE0;
}
</style>
background-color css
<style>
a { background-color: #608FE0; }
a { background-color: rgb(96,143,224); }
div.DivClassName
{
background-color: #608FE0;
}
.BgClassName
{
background-color: #608FE0;
}
</style>
border-color css
<style>
span { border-color: #608FE0; }
span { border-color: rgb(96,143,224); }
td.TdClassName
{
border-color: #608FE0;
}
.TagClassName
{
border-color: #608FE0;
}
</style>