Shades of Cornflower Blue #608BEA
Tints of Cornflower Blue #608BEA
RGB
CMYK
RGB Variations
Color information
#608BEA (or 0x608BEA) is known color: Cornflower Blue. HEX triplet: 60, 8B and EA. RGB value is (96,139,234). Sum of RGB (Red+Green+Blue) = 96+139+234=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #608BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608BEA is #9F7415. Grayscale: #888888. Windows color (decimal): -10449942 or 15371104. OLE color: 15371104.
HSL color Cylindrical-coordinate representation of color #608BEA: hue angle of 221.3º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #608BEA is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 139 | 234 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.08 |
| HSL | 221.3º | 0.77% | 0.65% | - |
| HSV(B) | 221.3º | 0.59% | 0.92% | - |
| XYZ | 28.91 | 26.89 | 81.51 | - |
| YUV | 136.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 234 | 0.59 | 0.41 | 0 | 0.08 | 221.3 | 0.77 | 0.65 |
| Hex | 60 | 8B | EA | 3B | 29 | 0 | 8 | DD | 4D | 41 |
| Octal | 140 | 213 | 352 | 73 | 51 | 0 | 10 | 335 | 115 | 101 |
| Binary | 1100000 | 10001011 | 11101010 | 111011 | 101001 | 0 | 1000 | 11011101 | 1001101 | 1000001 |
Color Harmonies of #608BEA
Complementary color
Monochromatic Colors of #608BEA
Black with #608BEA
Text Example
Text Example
White with #608BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BEA; }
p { color: rgb(96,139,234); }
H1.HeaderClassName
{
color: #608BEA;
}
.AnyTagClassName
{
color: #608BEA;
}
</style>
background-color css
<style>
a { background-color: #608BEA; }
a { background-color: rgb(96,139,234); }
div.DivClassName
{
background-color: #608BEA;
}
.BgClassName
{
background-color: #608BEA;
}
</style>
border-color css
<style>
span { border-color: #608BEA; }
span { border-color: rgb(96,139,234); }
td.TdClassName
{
border-color: #608BEA;
}
.TagClassName
{
border-color: #608BEA;
}
</style>