Shades of Cornflower Blue #607DF9
Tints of Cornflower Blue #607DF9
RGB
CMYK
RGB Variations
Color information
#607DF9 (or 0x607DF9) is known color: Cornflower Blue. HEX triplet: 60, 7D and F9. RGB value is (96,125,249). Sum of RGB (Red+Green+Blue) = 96+125+249=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #607DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607DF9 is #9F8206. Grayscale: #818181. Windows color (decimal): -10453511 or 16350560. OLE color: 16350560.
HSL color Cylindrical-coordinate representation of color #607DF9: hue angle of 228.63º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #607DF9 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 125 | 249 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.02 |
| HSL | 228.63º | 0.93% | 0.68% | - |
| HSV(B) | 228.63º | 0.61% | 0.98% | - |
| XYZ | 29.26 | 23.99 | 92.71 | - |
| YUV | 130.47 | 194.89 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 249 | 0.61 | 0.50 | 0 | 0.02 | 228.63 | 0.93 | 0.68 |
| Hex | 60 | 7D | F9 | 3D | 32 | 0 | 2 | E5 | 5D | 44 |
| Octal | 140 | 175 | 371 | 75 | 62 | 0 | 2 | 345 | 135 | 104 |
| Binary | 1100000 | 1111101 | 11111001 | 111101 | 110010 | 0 | 10 | 11100101 | 1011101 | 1000100 |
Color Harmonies of #607DF9
Complementary color
Monochromatic Colors of #607DF9
Black with #607DF9
Text Example
Text Example
White with #607DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DF9; }
p { color: rgb(96,125,249); }
H1.HeaderClassName
{
color: #607DF9;
}
.AnyTagClassName
{
color: #607DF9;
}
</style>
background-color css
<style>
a { background-color: #607DF9; }
a { background-color: rgb(96,125,249); }
div.DivClassName
{
background-color: #607DF9;
}
.BgClassName
{
background-color: #607DF9;
}
</style>
border-color css
<style>
span { border-color: #607DF9; }
span { border-color: rgb(96,125,249); }
td.TdClassName
{
border-color: #607DF9;
}
.TagClassName
{
border-color: #607DF9;
}
</style>