Shades of Cornflower Blue #608DDC
Tints of Cornflower Blue #608DDC
RGB
CMYK
RGB Variations
Color information
#608DDC (or 0x608DDC) is known color: Cornflower Blue. HEX triplet: 60, 8D and DC. RGB value is (96,141,220). Sum of RGB (Red+Green+Blue) = 96+141+220=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #608DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DDC is #9F7223. Grayscale: #888888. Windows color (decimal): -10449444 or 14454112. OLE color: 14454112.
HSL color Cylindrical-coordinate representation of color #608DDC: hue angle of 218.23º 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 #608DDC is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 141 | 220 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.14 |
| HSL | 218.23º | 0.64% | 0.62% | - |
| HSV(B) | 218.23º | 0.56% | 0.86% | - |
| XYZ | 27.27 | 26.7 | 71.43 | - |
| YUV | 136.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 220 | 0.56 | 0.36 | 0 | 0.14 | 218.23 | 0.64 | 0.62 |
| Hex | 60 | 8D | DC | 38 | 24 | 0 | E | DA | 40 | 3E |
| Octal | 140 | 215 | 334 | 70 | 44 | 0 | 16 | 332 | 100 | 76 |
| Binary | 1100000 | 10001101 | 11011100 | 111000 | 100100 | 0 | 1110 | 11011010 | 1000000 | 111110 |
Color Harmonies of #608DDC
Complementary color
Monochromatic Colors of #608DDC
Black with #608DDC
Text Example
Text Example
White with #608DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DDC; }
p { color: rgb(96,141,220); }
H1.HeaderClassName
{
color: #608DDC;
}
.AnyTagClassName
{
color: #608DDC;
}
</style>
background-color css
<style>
a { background-color: #608DDC; }
a { background-color: rgb(96,141,220); }
div.DivClassName
{
background-color: #608DDC;
}
.BgClassName
{
background-color: #608DDC;
}
</style>
border-color css
<style>
span { border-color: #608DDC; }
span { border-color: rgb(96,141,220); }
td.TdClassName
{
border-color: #608DDC;
}
.TagClassName
{
border-color: #608DDC;
}
</style>