Shades of Cornflower Blue #607FE3
Tints of Cornflower Blue #607FE3
RGB
CMYK
RGB Variations
Color information
#607FE3 (or 0x607FE3) is known color: Cornflower Blue. HEX triplet: 60, 7F and E3. RGB value is (96,127,227). Sum of RGB (Red+Green+Blue) = 96+127+227=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 227 (89.06% from 255 or 50.44% from 450); Max value from RGB is 227 - color contains mainly: blue. Hex color #607FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FE3 is #9F801C. Grayscale: #808080. Windows color (decimal): -10453021 or 14909280. OLE color: 14909280.
HSL color Cylindrical-coordinate representation of color #607FE3: hue angle of 225.8º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #607FE3 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 127 | 227 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.11 |
| HSL | 225.8º | 0.7% | 0.63% | - |
| HSV(B) | 225.8º | 0.58% | 0.89% | - |
| XYZ | 26.28 | 23.21 | 75.77 | - |
| YUV | 129.13 | 183.23 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 227 | 0.58 | 0.44 | 0 | 0.11 | 225.8 | 0.7 | 0.63 |
| Hex | 60 | 7F | E3 | 3A | 2C | 0 | B | E2 | 46 | 3F |
| Octal | 140 | 177 | 343 | 72 | 54 | 0 | 13 | 342 | 106 | 77 |
| Binary | 1100000 | 1111111 | 11100011 | 111010 | 101100 | 0 | 1011 | 11100010 | 1000110 | 111111 |
Color Harmonies of #607FE3
Complementary color
Monochromatic Colors of #607FE3
Black with #607FE3
Text Example
Text Example
White with #607FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FE3; }
p { color: rgb(96,127,227); }
H1.HeaderClassName
{
color: #607FE3;
}
.AnyTagClassName
{
color: #607FE3;
}
</style>
background-color css
<style>
a { background-color: #607FE3; }
a { background-color: rgb(96,127,227); }
div.DivClassName
{
background-color: #607FE3;
}
.BgClassName
{
background-color: #607FE3;
}
</style>
border-color css
<style>
span { border-color: #607FE3; }
span { border-color: rgb(96,127,227); }
td.TdClassName
{
border-color: #607FE3;
}
.TagClassName
{
border-color: #607FE3;
}
</style>