Shades of Cornflower Blue #608EDC
Tints of Cornflower Blue #608EDC
RGB
CMYK
RGB Variations
Color information
#608EDC (or 0x608EDC) is known color: Cornflower Blue. HEX triplet: 60, 8E and DC. RGB value is (96,142,220). Sum of RGB (Red+Green+Blue) = 96+142+220=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #608EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608EDC is #9F7123. Grayscale: #888888. Windows color (decimal): -10449188 or 14454368. OLE color: 14454368.
HSL color Cylindrical-coordinate representation of color #608EDC: hue angle of 217.74º degrees, saturation: 0.64, 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 #608EDC is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 142 | 220 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.14 |
| HSL | 217.74º | 0.64% | 0.62% | - |
| HSV(B) | 217.74º | 0.56% | 0.86% | - |
| XYZ | 27.42 | 27 | 71.48 | - |
| YUV | 137.14 | 174.76 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 220 | 0.56 | 0.35 | 0 | 0.14 | 217.74 | 0.64 | 0.62 |
| Hex | 60 | 8E | DC | 38 | 23 | 0 | E | DA | 40 | 3E |
| Octal | 140 | 216 | 334 | 70 | 43 | 0 | 16 | 332 | 100 | 76 |
| Binary | 1100000 | 10001110 | 11011100 | 111000 | 100011 | 0 | 1110 | 11011010 | 1000000 | 111110 |
Color Harmonies of #608EDC
Complementary color
Monochromatic Colors of #608EDC
Black with #608EDC
Text Example
Text Example
White with #608EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608EDC; }
p { color: rgb(96,142,220); }
H1.HeaderClassName
{
color: #608EDC;
}
.AnyTagClassName
{
color: #608EDC;
}
</style>
background-color css
<style>
a { background-color: #608EDC; }
a { background-color: rgb(96,142,220); }
div.DivClassName
{
background-color: #608EDC;
}
.BgClassName
{
background-color: #608EDC;
}
</style>
border-color css
<style>
span { border-color: #608EDC; }
span { border-color: rgb(96,142,220); }
td.TdClassName
{
border-color: #608EDC;
}
.TagClassName
{
border-color: #608EDC;
}
</style>