Shades of Cornflower Blue #608CFA
Tints of Cornflower Blue #608CFA
RGB
CMYK
RGB Variations
Color information
#608CFA (or 0x608CFA) is known color: Cornflower Blue. HEX triplet: 60, 8C and FA. RGB value is (96,140,250). Sum of RGB (Red+Green+Blue) = 96+140+250=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #608CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608CFA is #9F7305. Grayscale: #8A8A8A. Windows color (decimal): -10449670 or 16419936. OLE color: 16419936.
HSL color Cylindrical-coordinate representation of color #608CFA: hue angle of 222.86º degrees, saturation: 0.94, 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 #608CFA is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 140 | 250 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.02 |
| HSL | 222.86º | 0.94% | 0.68% | - |
| HSV(B) | 222.86º | 0.62% | 0.98% | - |
| XYZ | 31.46 | 28.15 | 94.22 | - |
| YUV | 139.38 | 190.42 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 250 | 0.62 | 0.44 | 0 | 0.02 | 222.86 | 0.94 | 0.68 |
| Hex | 60 | 8C | FA | 3E | 2C | 0 | 2 | DF | 5E | 44 |
| Octal | 140 | 214 | 372 | 76 | 54 | 0 | 2 | 337 | 136 | 104 |
| Binary | 1100000 | 10001100 | 11111010 | 111110 | 101100 | 0 | 10 | 11011111 | 1011110 | 1000100 |
Color Harmonies of #608CFA
Complementary color
Monochromatic Colors of #608CFA
Black with #608CFA
Text Example
Text Example
White with #608CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608CFA; }
p { color: rgb(96,140,250); }
H1.HeaderClassName
{
color: #608CFA;
}
.AnyTagClassName
{
color: #608CFA;
}
</style>
background-color css
<style>
a { background-color: #608CFA; }
a { background-color: rgb(96,140,250); }
div.DivClassName
{
background-color: #608CFA;
}
.BgClassName
{
background-color: #608CFA;
}
</style>
border-color css
<style>
span { border-color: #608CFA; }
span { border-color: rgb(96,140,250); }
td.TdClassName
{
border-color: #608CFA;
}
.TagClassName
{
border-color: #608CFA;
}
</style>