Shades of Cornflower Blue #5C7EEA
Tints of Cornflower Blue #5C7EEA
RGB
CMYK
RGB Variations
Color information
#5C7EEA (or 0x5C7EEA) is known color: Cornflower Blue. HEX triplet: 5C, 7E and EA. RGB value is (92,126,234). Sum of RGB (Red+Green+Blue) = 92+126+234=452 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.35% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #5C7EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C7EEA is #A38115. Grayscale: #7F7F7F. Windows color (decimal): -10715414 or 15367772. OLE color: 15367772.
HSL color Cylindrical-coordinate representation of color #5C7EEA: hue angle of 225.63º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C7EEA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 126 | 234 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.08 |
| HSL | 225.63º | 0.77% | 0.64% | - |
| HSV(B) | 225.63º | 0.61% | 0.92% | - |
| XYZ | 26.73 | 23.14 | 80.9 | - |
| YUV | 128.15 | 187.74 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 126 | 234 | 0.61 | 0.46 | 0 | 0.08 | 225.63 | 0.77 | 0.64 |
| Hex | 5C | 7E | EA | 3D | 2E | 0 | 8 | E2 | 4D | 40 |
| Octal | 134 | 176 | 352 | 75 | 56 | 0 | 10 | 342 | 115 | 100 |
| Binary | 1011100 | 1111110 | 11101010 | 111101 | 101110 | 0 | 1000 | 11100010 | 1001101 | 1000000 |
Color Harmonies of #5C7EEA
Complementary color
Monochromatic Colors of #5C7EEA
Black with #5C7EEA
Text Example
Text Example
White with #5C7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7EEA; }
p { color: rgb(92,126,234); }
H1.HeaderClassName
{
color: #5C7EEA;
}
.AnyTagClassName
{
color: #5C7EEA;
}
</style>
background-color css
<style>
a { background-color: #5C7EEA; }
a { background-color: rgb(92,126,234); }
div.DivClassName
{
background-color: #5C7EEA;
}
.BgClassName
{
background-color: #5C7EEA;
}
</style>
border-color css
<style>
span { border-color: #5C7EEA; }
span { border-color: rgb(92,126,234); }
td.TdClassName
{
border-color: #5C7EEA;
}
.TagClassName
{
border-color: #5C7EEA;
}
</style>