Shades of Cornflower Blue #607BF2
Tints of Cornflower Blue #607BF2
RGB
CMYK
RGB Variations
Color information
#607BF2 (or 0x607BF2) is known color: Cornflower Blue. HEX triplet: 60, 7B and F2. RGB value is (96,123,242). Sum of RGB (Red+Green+Blue) = 96+123+242=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #607BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BF2 is #9F840D. Grayscale: #7F7F7F. Windows color (decimal): -10454030 or 15891296. OLE color: 15891296.
HSL color Cylindrical-coordinate representation of color #607BF2: hue angle of 228.9º 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 #607BF2 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 123 | 242 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.05 |
| HSL | 228.9º | 0.85% | 0.66% | - |
| HSV(B) | 228.9º | 0.6% | 0.95% | - |
| XYZ | 27.93 | 23.06 | 86.98 | - |
| YUV | 128.49 | 192.05 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 242 | 0.60 | 0.49 | 0 | 0.05 | 228.9 | 0.85 | 0.66 |
| Hex | 60 | 7B | F2 | 3C | 31 | 0 | 5 | E5 | 55 | 42 |
| Octal | 140 | 173 | 362 | 74 | 61 | 0 | 5 | 345 | 125 | 102 |
| Binary | 1100000 | 1111011 | 11110010 | 111100 | 110001 | 0 | 101 | 11100101 | 1010101 | 1000010 |
Color Harmonies of #607BF2
Complementary color
Monochromatic Colors of #607BF2
Black with #607BF2
Text Example
Text Example
White with #607BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BF2; }
p { color: rgb(96,123,242); }
H1.HeaderClassName
{
color: #607BF2;
}
.AnyTagClassName
{
color: #607BF2;
}
</style>
background-color css
<style>
a { background-color: #607BF2; }
a { background-color: rgb(96,123,242); }
div.DivClassName
{
background-color: #607BF2;
}
.BgClassName
{
background-color: #607BF2;
}
</style>
border-color css
<style>
span { border-color: #607BF2; }
span { border-color: rgb(96,123,242); }
td.TdClassName
{
border-color: #607BF2;
}
.TagClassName
{
border-color: #607BF2;
}
</style>