Shades of Cornflower Blue #5C7EEF
Tints of Cornflower Blue #5C7EEF
RGB
CMYK
RGB Variations
Color information
#5C7EEF (or 0x5C7EEF) is known color: Cornflower Blue. HEX triplet: 5C, 7E and EF. RGB value is (92,126,239). Sum of RGB (Red+Green+Blue) = 92+126+239=457 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.13% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C7EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C7EEF is #A38110. Grayscale: #808080. Windows color (decimal): -10715409 or 15695452. OLE color: 15695452.
HSL color Cylindrical-coordinate representation of color #5C7EEF: hue angle of 226.12º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C7EEF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 126 | 239 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.06 |
| HSL | 226.12º | 0.82% | 0.65% | - |
| HSV(B) | 226.12º | 0.62% | 0.94% | - |
| XYZ | 27.45 | 23.43 | 84.74 | - |
| YUV | 128.72 | 190.24 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 126 | 239 | 0.62 | 0.47 | 0 | 0.06 | 226.12 | 0.82 | 0.65 |
| Hex | 5C | 7E | EF | 3E | 2F | 0 | 6 | E2 | 52 | 41 |
| Octal | 134 | 176 | 357 | 76 | 57 | 0 | 6 | 342 | 122 | 101 |
| Binary | 1011100 | 1111110 | 11101111 | 111110 | 101111 | 0 | 110 | 11100010 | 1010010 | 1000001 |
Color Harmonies of #5C7EEF
Complementary color
Monochromatic Colors of #5C7EEF
Black with #5C7EEF
Text Example
Text Example
White with #5C7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7EEF; }
p { color: rgb(92,126,239); }
H1.HeaderClassName
{
color: #5C7EEF;
}
.AnyTagClassName
{
color: #5C7EEF;
}
</style>
background-color css
<style>
a { background-color: #5C7EEF; }
a { background-color: rgb(92,126,239); }
div.DivClassName
{
background-color: #5C7EEF;
}
.BgClassName
{
background-color: #5C7EEF;
}
</style>
border-color css
<style>
span { border-color: #5C7EEF; }
span { border-color: rgb(92,126,239); }
td.TdClassName
{
border-color: #5C7EEF;
}
.TagClassName
{
border-color: #5C7EEF;
}
</style>