Shades of Cornflower Blue #608EEF
Tints of Cornflower Blue #608EEF
RGB
CMYK
RGB Variations
Color information
#608EEF (or 0x608EEF) is known color: Cornflower Blue. HEX triplet: 60, 8E and EF. RGB value is (96,142,239). Sum of RGB (Red+Green+Blue) = 96+142+239=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #608EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608EEF is #9F7110. Grayscale: #8A8A8A. Windows color (decimal): -10449169 or 15699552. OLE color: 15699552.
HSL color Cylindrical-coordinate representation of color #608EEF: hue angle of 220.7º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #608EEF is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 142 | 239 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.06 |
| HSL | 220.7º | 0.82% | 0.66% | - |
| HSV(B) | 220.7º | 0.6% | 0.94% | - |
| XYZ | 30.08 | 28.06 | 85.49 | - |
| YUV | 139.3 | 184.26 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 239 | 0.60 | 0.41 | 0 | 0.06 | 220.7 | 0.82 | 0.66 |
| Hex | 60 | 8E | EF | 3C | 29 | 0 | 6 | DD | 52 | 42 |
| Octal | 140 | 216 | 357 | 74 | 51 | 0 | 6 | 335 | 122 | 102 |
| Binary | 1100000 | 10001110 | 11101111 | 111100 | 101001 | 0 | 110 | 11011101 | 1010010 | 1000010 |
Color Harmonies of #608EEF
Complementary color
Monochromatic Colors of #608EEF
Black with #608EEF
Text Example
Text Example
White with #608EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608EEF; }
p { color: rgb(96,142,239); }
H1.HeaderClassName
{
color: #608EEF;
}
.AnyTagClassName
{
color: #608EEF;
}
</style>
background-color css
<style>
a { background-color: #608EEF; }
a { background-color: rgb(96,142,239); }
div.DivClassName
{
background-color: #608EEF;
}
.BgClassName
{
background-color: #608EEF;
}
</style>
border-color css
<style>
span { border-color: #608EEF; }
span { border-color: rgb(96,142,239); }
td.TdClassName
{
border-color: #608EEF;
}
.TagClassName
{
border-color: #608EEF;
}
</style>