Shades of Cornflower Blue #608DDF
Tints of Cornflower Blue #608DDF
RGB
CMYK
RGB Variations
Color information
#608DDF (or 0x608DDF) is known color: Cornflower Blue. HEX triplet: 60, 8D and DF. RGB value is (96,141,223). Sum of RGB (Red+Green+Blue) = 96+141+223=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #608DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DDF is #9F7220. Grayscale: #888888. Windows color (decimal): -10449441 or 14650720. OLE color: 14650720.
HSL color Cylindrical-coordinate representation of color #608DDF: hue angle of 218.74º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608DDF is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 141 | 223 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.13 |
| HSL | 218.74º | 0.66% | 0.63% | - |
| HSV(B) | 218.74º | 0.57% | 0.87% | - |
| XYZ | 27.67 | 26.86 | 73.54 | - |
| YUV | 136.89 | 176.59 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 223 | 0.57 | 0.37 | 0 | 0.13 | 218.74 | 0.66 | 0.63 |
| Hex | 60 | 8D | DF | 39 | 25 | 0 | D | DB | 42 | 3F |
| Octal | 140 | 215 | 337 | 71 | 45 | 0 | 15 | 333 | 102 | 77 |
| Binary | 1100000 | 10001101 | 11011111 | 111001 | 100101 | 0 | 1101 | 11011011 | 1000010 | 111111 |
Color Harmonies of #608DDF
Complementary color
Monochromatic Colors of #608DDF
Black with #608DDF
Text Example
Text Example
White with #608DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DDF; }
p { color: rgb(96,141,223); }
H1.HeaderClassName
{
color: #608DDF;
}
.AnyTagClassName
{
color: #608DDF;
}
</style>
background-color css
<style>
a { background-color: #608DDF; }
a { background-color: rgb(96,141,223); }
div.DivClassName
{
background-color: #608DDF;
}
.BgClassName
{
background-color: #608DDF;
}
</style>
border-color css
<style>
span { border-color: #608DDF; }
span { border-color: rgb(96,141,223); }
td.TdClassName
{
border-color: #608DDF;
}
.TagClassName
{
border-color: #608DDF;
}
</style>