Shades of Cornflower Blue #608FDC
Tints of Cornflower Blue #608FDC
RGB
CMYK
RGB Variations
Color information
#608FDC (or 0x608FDC) is known color: Cornflower Blue. HEX triplet: 60, 8F and DC. RGB value is (96,143,220). Sum of RGB (Red+Green+Blue) = 96+143+220=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #608FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FDC is #9F7023. Grayscale: #898989. Windows color (decimal): -10448932 or 14454624. OLE color: 14454624.
HSL color Cylindrical-coordinate representation of color #608FDC: hue angle of 217.26º 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 #608FDC is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 143 | 220 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.14 |
| HSL | 217.26º | 0.64% | 0.62% | - |
| HSV(B) | 217.26º | 0.56% | 0.86% | - |
| XYZ | 27.56 | 27.3 | 71.53 | - |
| YUV | 137.73 | 174.43 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 220 | 0.56 | 0.35 | 0 | 0.14 | 217.26 | 0.64 | 0.62 |
| Hex | 60 | 8F | DC | 38 | 23 | 0 | E | D9 | 40 | 3E |
| Octal | 140 | 217 | 334 | 70 | 43 | 0 | 16 | 331 | 100 | 76 |
| Binary | 1100000 | 10001111 | 11011100 | 111000 | 100011 | 0 | 1110 | 11011001 | 1000000 | 111110 |
Color Harmonies of #608FDC
Complementary color
Monochromatic Colors of #608FDC
Black with #608FDC
Text Example
Text Example
White with #608FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FDC; }
p { color: rgb(96,143,220); }
H1.HeaderClassName
{
color: #608FDC;
}
.AnyTagClassName
{
color: #608FDC;
}
</style>
background-color css
<style>
a { background-color: #608FDC; }
a { background-color: rgb(96,143,220); }
div.DivClassName
{
background-color: #608FDC;
}
.BgClassName
{
background-color: #608FDC;
}
</style>
border-color css
<style>
span { border-color: #608FDC; }
span { border-color: rgb(96,143,220); }
td.TdClassName
{
border-color: #608FDC;
}
.TagClassName
{
border-color: #608FDC;
}
</style>