Shades of Cornflower Blue #607FFA
Tints of Cornflower Blue #607FFA
RGB
CMYK
RGB Variations
Color information
#607FFA (or 0x607FFA) is known color: Cornflower Blue. HEX triplet: 60, 7F and FA. RGB value is (96,127,250). Sum of RGB (Red+Green+Blue) = 96+127+250=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #607FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FFA is #9F8005. Grayscale: #838383. Windows color (decimal): -10452998 or 16416608. OLE color: 16416608.
HSL color Cylindrical-coordinate representation of color #607FFA: hue angle of 227.92º 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 #607FFA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 127 | 250 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.02 |
| HSL | 227.92º | 0.94% | 0.68% | - |
| HSV(B) | 227.92º | 0.62% | 0.98% | - |
| XYZ | 29.67 | 24.57 | 93.62 | - |
| YUV | 131.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 250 | 0.62 | 0.49 | 0 | 0.02 | 227.92 | 0.94 | 0.68 |
| Hex | 60 | 7F | FA | 3E | 31 | 0 | 2 | E4 | 5E | 44 |
| Octal | 140 | 177 | 372 | 76 | 61 | 0 | 2 | 344 | 136 | 104 |
| Binary | 1100000 | 1111111 | 11111010 | 111110 | 110001 | 0 | 10 | 11100100 | 1011110 | 1000100 |
Color Harmonies of #607FFA
Complementary color
Monochromatic Colors of #607FFA
Black with #607FFA
Text Example
Text Example
White with #607FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FFA; }
p { color: rgb(96,127,250); }
H1.HeaderClassName
{
color: #607FFA;
}
.AnyTagClassName
{
color: #607FFA;
}
</style>
background-color css
<style>
a { background-color: #607FFA; }
a { background-color: rgb(96,127,250); }
div.DivClassName
{
background-color: #607FFA;
}
.BgClassName
{
background-color: #607FFA;
}
</style>
border-color css
<style>
span { border-color: #607FFA; }
span { border-color: rgb(96,127,250); }
td.TdClassName
{
border-color: #607FFA;
}
.TagClassName
{
border-color: #607FFA;
}
</style>