Shades of Cornflower Blue #607FF2
Tints of Cornflower Blue #607FF2
RGB
CMYK
RGB Variations
Color information
#607FF2 (or 0x607FF2) is known color: Cornflower Blue. HEX triplet: 60, 7F and F2. RGB value is (96,127,242). Sum of RGB (Red+Green+Blue) = 96+127+242=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #607FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FF2 is #9F800D. Grayscale: #828282. Windows color (decimal): -10453006 or 15892320. OLE color: 15892320.
HSL color Cylindrical-coordinate representation of color #607FF2: hue angle of 227.26º degrees, saturation: 0.85, 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 #607FF2 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 127 | 242 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.05 |
| HSL | 227.26º | 0.85% | 0.66% | - |
| HSV(B) | 227.26º | 0.6% | 0.95% | - |
| XYZ | 28.44 | 24.08 | 87.15 | - |
| YUV | 130.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 242 | 0.60 | 0.48 | 0 | 0.05 | 227.26 | 0.85 | 0.66 |
| Hex | 60 | 7F | F2 | 3C | 30 | 0 | 5 | E3 | 55 | 42 |
| Octal | 140 | 177 | 362 | 74 | 60 | 0 | 5 | 343 | 125 | 102 |
| Binary | 1100000 | 1111111 | 11110010 | 111100 | 110000 | 0 | 101 | 11100011 | 1010101 | 1000010 |
Color Harmonies of #607FF2
Complementary color
Monochromatic Colors of #607FF2
Black with #607FF2
Text Example
Text Example
White with #607FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FF2; }
p { color: rgb(96,127,242); }
H1.HeaderClassName
{
color: #607FF2;
}
.AnyTagClassName
{
color: #607FF2;
}
</style>
background-color css
<style>
a { background-color: #607FF2; }
a { background-color: rgb(96,127,242); }
div.DivClassName
{
background-color: #607FF2;
}
.BgClassName
{
background-color: #607FF2;
}
</style>
border-color css
<style>
span { border-color: #607FF2; }
span { border-color: rgb(96,127,242); }
td.TdClassName
{
border-color: #607FF2;
}
.TagClassName
{
border-color: #607FF2;
}
</style>