Shades of Cornflower Blue #608BFC
Tints of Cornflower Blue #608BFC
RGB
CMYK
RGB Variations
Color information
#608BFC (or 0x608BFC) is known color: Cornflower Blue. HEX triplet: 60, 8B and FC. RGB value is (96,139,252). Sum of RGB (Red+Green+Blue) = 96+139+252=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #608BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608BFC is #9F7403. Grayscale: #8A8A8A. Windows color (decimal): -10449924 or 16550752. OLE color: 16550752.
HSL color Cylindrical-coordinate representation of color #608BFC: hue angle of 223.46º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #608BFC is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 139 | 252 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.01 |
| HSL | 223.46º | 0.96% | 0.68% | - |
| HSV(B) | 223.46º | 0.62% | 0.99% | - |
| XYZ | 31.63 | 27.98 | 95.83 | - |
| YUV | 139.03 | 191.75 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 252 | 0.62 | 0.45 | 0 | 0.01 | 223.46 | 0.96 | 0.68 |
| Hex | 60 | 8B | FC | 3E | 2D | 0 | 1 | DF | 60 | 44 |
| Octal | 140 | 213 | 374 | 76 | 55 | 0 | 1 | 337 | 140 | 104 |
| Binary | 1100000 | 10001011 | 11111100 | 111110 | 101101 | 0 | 1 | 11011111 | 1100000 | 1000100 |
Color Harmonies of #608BFC
Complementary color
Monochromatic Colors of #608BFC
Black with #608BFC
Text Example
Text Example
White with #608BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BFC; }
p { color: rgb(96,139,252); }
H1.HeaderClassName
{
color: #608BFC;
}
.AnyTagClassName
{
color: #608BFC;
}
</style>
background-color css
<style>
a { background-color: #608BFC; }
a { background-color: rgb(96,139,252); }
div.DivClassName
{
background-color: #608BFC;
}
.BgClassName
{
background-color: #608BFC;
}
</style>
border-color css
<style>
span { border-color: #608BFC; }
span { border-color: rgb(96,139,252); }
td.TdClassName
{
border-color: #608BFC;
}
.TagClassName
{
border-color: #608BFC;
}
</style>