Shades of Cornflower Blue #608DFB
Tints of Cornflower Blue #608DFB
RGB
CMYK
RGB Variations
Color information
#608DFB (or 0x608DFB) is known color: Cornflower Blue. HEX triplet: 60, 8D and FB. RGB value is (96,141,251). Sum of RGB (Red+Green+Blue) = 96+141+251=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #608DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608DFB is #9F7204. Grayscale: #8B8B8B. Windows color (decimal): -10449413 or 16485728. OLE color: 16485728.
HSL color Cylindrical-coordinate representation of color #608DFB: hue angle of 222.58º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #608DFB is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 141 | 251 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.02 |
| HSL | 222.58º | 0.95% | 0.68% | - |
| HSV(B) | 222.58º | 0.62% | 0.98% | - |
| XYZ | 31.76 | 28.5 | 95.09 | - |
| YUV | 140.09 | 190.59 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 251 | 0.62 | 0.44 | 0 | 0.02 | 222.58 | 0.95 | 0.68 |
| Hex | 60 | 8D | FB | 3E | 2C | 0 | 2 | DF | 5F | 44 |
| Octal | 140 | 215 | 373 | 76 | 54 | 0 | 2 | 337 | 137 | 104 |
| Binary | 1100000 | 10001101 | 11111011 | 111110 | 101100 | 0 | 10 | 11011111 | 1011111 | 1000100 |
Color Harmonies of #608DFB
Complementary color
Monochromatic Colors of #608DFB
Black with #608DFB
Text Example
Text Example
White with #608DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DFB; }
p { color: rgb(96,141,251); }
H1.HeaderClassName
{
color: #608DFB;
}
.AnyTagClassName
{
color: #608DFB;
}
</style>
background-color css
<style>
a { background-color: #608DFB; }
a { background-color: rgb(96,141,251); }
div.DivClassName
{
background-color: #608DFB;
}
.BgClassName
{
background-color: #608DFB;
}
</style>
border-color css
<style>
span { border-color: #608DFB; }
span { border-color: rgb(96,141,251); }
td.TdClassName
{
border-color: #608DFB;
}
.TagClassName
{
border-color: #608DFB;
}
</style>