Shades of Cornflower Blue #607FEA
Tints of Cornflower Blue #607FEA
RGB
CMYK
RGB Variations
Color information
#607FEA (or 0x607FEA) is known color: Cornflower Blue. HEX triplet: 60, 7F and EA. RGB value is (96,127,234). Sum of RGB (Red+Green+Blue) = 96+127+234=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #607FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FEA is #9F8015. Grayscale: #818181. Windows color (decimal): -10453014 or 15368032. OLE color: 15368032.
HSL color Cylindrical-coordinate representation of color #607FEA: hue angle of 226.52º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #607FEA is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 127 | 234 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.08 |
| HSL | 226.52º | 0.77% | 0.65% | - |
| HSV(B) | 226.52º | 0.59% | 0.92% | - |
| XYZ | 27.26 | 23.61 | 80.96 | - |
| YUV | 129.93 | 186.73 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 234 | 0.59 | 0.46 | 0 | 0.08 | 226.52 | 0.77 | 0.65 |
| Hex | 60 | 7F | EA | 3B | 2E | 0 | 8 | E3 | 4D | 41 |
| Octal | 140 | 177 | 352 | 73 | 56 | 0 | 10 | 343 | 115 | 101 |
| Binary | 1100000 | 1111111 | 11101010 | 111011 | 101110 | 0 | 1000 | 11100011 | 1001101 | 1000001 |
Color Harmonies of #607FEA
Complementary color
Monochromatic Colors of #607FEA
Black with #607FEA
Text Example
Text Example
White with #607FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FEA; }
p { color: rgb(96,127,234); }
H1.HeaderClassName
{
color: #607FEA;
}
.AnyTagClassName
{
color: #607FEA;
}
</style>
background-color css
<style>
a { background-color: #607FEA; }
a { background-color: rgb(96,127,234); }
div.DivClassName
{
background-color: #607FEA;
}
.BgClassName
{
background-color: #607FEA;
}
</style>
border-color css
<style>
span { border-color: #607FEA; }
span { border-color: rgb(96,127,234); }
td.TdClassName
{
border-color: #607FEA;
}
.TagClassName
{
border-color: #607FEA;
}
</style>