Shades of Cornflower Blue #608CEF
Tints of Cornflower Blue #608CEF
RGB
CMYK
RGB Variations
Color information
#608CEF (or 0x608CEF) is known color: Cornflower Blue. HEX triplet: 60, 8C and EF. RGB value is (96,140,239). Sum of RGB (Red+Green+Blue) = 96+140+239=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #608CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608CEF is #9F7310. Grayscale: #898989. Windows color (decimal): -10449681 or 15699040. OLE color: 15699040.
HSL color Cylindrical-coordinate representation of color #608CEF: hue angle of 221.54º 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 #608CEF is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 140 | 239 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.06 |
| HSL | 221.54º | 0.82% | 0.66% | - |
| HSV(B) | 221.54º | 0.6% | 0.94% | - |
| XYZ | 29.78 | 27.47 | 85.39 | - |
| YUV | 138.13 | 184.92 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 239 | 0.60 | 0.41 | 0 | 0.06 | 221.54 | 0.82 | 0.66 |
| Hex | 60 | 8C | EF | 3C | 29 | 0 | 6 | DE | 52 | 42 |
| Octal | 140 | 214 | 357 | 74 | 51 | 0 | 6 | 336 | 122 | 102 |
| Binary | 1100000 | 10001100 | 11101111 | 111100 | 101001 | 0 | 110 | 11011110 | 1010010 | 1000010 |
Color Harmonies of #608CEF
Complementary color
Monochromatic Colors of #608CEF
Black with #608CEF
Text Example
Text Example
White with #608CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608CEF; }
p { color: rgb(96,140,239); }
H1.HeaderClassName
{
color: #608CEF;
}
.AnyTagClassName
{
color: #608CEF;
}
</style>
background-color css
<style>
a { background-color: #608CEF; }
a { background-color: rgb(96,140,239); }
div.DivClassName
{
background-color: #608CEF;
}
.BgClassName
{
background-color: #608CEF;
}
</style>
border-color css
<style>
span { border-color: #608CEF; }
span { border-color: rgb(96,140,239); }
td.TdClassName
{
border-color: #608CEF;
}
.TagClassName
{
border-color: #608CEF;
}
</style>