Shades of Cornflower Blue #608BFF
Tints of Cornflower Blue #608BFF
RGB
CMYK
RGB Variations
Color information
#608BFF (or 0x608BFF) is known color: Cornflower Blue. HEX triplet: 60, 8B and FF. RGB value is (96,139,255). Sum of RGB (Red+Green+Blue) = 96+139+255=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #608BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608BFF is #9F7400. Grayscale: #8A8A8A. Windows color (decimal): -10449921 or 16747360. OLE color: 16747360.
HSL color Cylindrical-coordinate representation of color #608BFF: hue angle of 223.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #608BFF is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 139 | 255 | - |
| CMYK | 0.62 | 0.45 | 0 | 0 |
| HSL | 223.77º | 1% | 0.69% | - |
| HSV(B) | 223.77º | 0.62% | 1% | - |
| XYZ | 32.11 | 28.17 | 98.35 | - |
| YUV | 139.37 | 193.25 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 255 | 0.62 | 0.45 | 0 | 0 | 223.77 | 1 | 0.69 |
| Hex | 60 | 8B | FF | 3E | 2D | 0 | 0 | E0 | 64 | 45 |
| Octal | 140 | 213 | 377 | 76 | 55 | 0 | 0 | 340 | 144 | 105 |
| Binary | 1100000 | 10001011 | 11111111 | 111110 | 101101 | 0 | 0 | 11100000 | 1100100 | 1000101 |
Color Harmonies of #608BFF
Complementary color
Monochromatic Colors of #608BFF
Black with #608BFF
Text Example
Text Example
White with #608BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BFF; }
p { color: rgb(96,139,255); }
H1.HeaderClassName
{
color: #608BFF;
}
.AnyTagClassName
{
color: #608BFF;
}
</style>
background-color css
<style>
a { background-color: #608BFF; }
a { background-color: rgb(96,139,255); }
div.DivClassName
{
background-color: #608BFF;
}
.BgClassName
{
background-color: #608BFF;
}
</style>
border-color css
<style>
span { border-color: #608BFF; }
span { border-color: rgb(96,139,255); }
td.TdClassName
{
border-color: #608BFF;
}
.TagClassName
{
border-color: #608BFF;
}
</style>