Shades of Cornflower Blue #5F79EA
Tints of Cornflower Blue #5F79EA
RGB
CMYK
RGB Variations
Color information
#5F79EA (or 0x5F79EA) is known color: Cornflower Blue. HEX triplet: 5F, 79 and EA. RGB value is (95,121,234). Sum of RGB (Red+Green+Blue) = 95+121+234=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F79EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F79EA is #A08615. Grayscale: #7D7D7D. Windows color (decimal): -10520086 or 15366495. OLE color: 15366495.
HSL color Cylindrical-coordinate representation of color #5F79EA: hue angle of 228.78º 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 #5F79EA is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 121 | 234 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.08 |
| HSL | 228.78º | 0.77% | 0.65% | - |
| HSV(B) | 228.78º | 0.59% | 0.92% | - |
| XYZ | 26.41 | 22.05 | 80.71 | - |
| YUV | 126.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 234 | 0.59 | 0.48 | 0 | 0.08 | 228.78 | 0.77 | 0.65 |
| Hex | 5F | 79 | EA | 3B | 30 | 0 | 8 | E5 | 4D | 41 |
| Octal | 137 | 171 | 352 | 73 | 60 | 0 | 10 | 345 | 115 | 101 |
| Binary | 1011111 | 1111001 | 11101010 | 111011 | 110000 | 0 | 1000 | 11100101 | 1001101 | 1000001 |
Color Harmonies of #5F79EA
Complementary color
Monochromatic Colors of #5F79EA
Black with #5F79EA
Text Example
Text Example
White with #5F79EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F79EA; }
p { color: rgb(95,121,234); }
H1.HeaderClassName
{
color: #5F79EA;
}
.AnyTagClassName
{
color: #5F79EA;
}
</style>
background-color css
<style>
a { background-color: #5F79EA; }
a { background-color: rgb(95,121,234); }
div.DivClassName
{
background-color: #5F79EA;
}
.BgClassName
{
background-color: #5F79EA;
}
</style>
border-color css
<style>
span { border-color: #5F79EA; }
span { border-color: rgb(95,121,234); }
td.TdClassName
{
border-color: #5F79EA;
}
.TagClassName
{
border-color: #5F79EA;
}
</style>