Shades of Cornflower Blue #607DF1
Tints of Cornflower Blue #607DF1
RGB
CMYK
RGB Variations
Color information
#607DF1 (or 0x607DF1) is known color: Cornflower Blue. HEX triplet: 60, 7D and F1. RGB value is (96,125,241). Sum of RGB (Red+Green+Blue) = 96+125+241=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #607DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607DF1 is #9F820E. Grayscale: #818181. Windows color (decimal): -10453519 or 15826272. OLE color: 15826272.
HSL color Cylindrical-coordinate representation of color #607DF1: hue angle of 228º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607DF1 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 125 | 241 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.05 |
| HSL | 228º | 0.84% | 0.66% | - |
| HSV(B) | 228º | 0.6% | 0.95% | - |
| XYZ | 28.03 | 23.5 | 86.28 | - |
| YUV | 129.55 | 190.89 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 241 | 0.60 | 0.48 | 0 | 0.05 | 228 | 0.84 | 0.66 |
| Hex | 60 | 7D | F1 | 3C | 30 | 0 | 5 | E4 | 54 | 42 |
| Octal | 140 | 175 | 361 | 74 | 60 | 0 | 5 | 344 | 124 | 102 |
| Binary | 1100000 | 1111101 | 11110001 | 111100 | 110000 | 0 | 101 | 11100100 | 1010100 | 1000010 |
Color Harmonies of #607DF1
Complementary color
Monochromatic Colors of #607DF1
Black with #607DF1
Text Example
Text Example
White with #607DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DF1; }
p { color: rgb(96,125,241); }
H1.HeaderClassName
{
color: #607DF1;
}
.AnyTagClassName
{
color: #607DF1;
}
</style>
background-color css
<style>
a { background-color: #607DF1; }
a { background-color: rgb(96,125,241); }
div.DivClassName
{
background-color: #607DF1;
}
.BgClassName
{
background-color: #607DF1;
}
</style>
border-color css
<style>
span { border-color: #607DF1; }
span { border-color: rgb(96,125,241); }
td.TdClassName
{
border-color: #607DF1;
}
.TagClassName
{
border-color: #607DF1;
}
</style>