Shades of Cornflower Blue #5F7AF2
Tints of Cornflower Blue #5F7AF2
RGB
CMYK
RGB Variations
Color information
#5F7AF2 (or 0x5F7AF2) is known color: Cornflower Blue. HEX triplet: 5F, 7A and F2. RGB value is (95,122,242). Sum of RGB (Red+Green+Blue) = 95+122+242=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #5F7AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7AF2 is #A0850D. Grayscale: #7F7F7F. Windows color (decimal): -10519822 or 15891039. OLE color: 15891039.
HSL color Cylindrical-coordinate representation of color #5F7AF2: hue angle of 228.98º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F7AF2 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 122 | 242 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.05 |
| HSL | 228.98º | 0.85% | 0.66% | - |
| HSV(B) | 228.98º | 0.61% | 0.95% | - |
| XYZ | 27.71 | 22.76 | 86.94 | - |
| YUV | 127.61 | 192.55 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 122 | 242 | 0.61 | 0.50 | 0 | 0.05 | 228.98 | 0.85 | 0.66 |
| Hex | 5F | 7A | F2 | 3D | 32 | 0 | 5 | E5 | 55 | 42 |
| Octal | 137 | 172 | 362 | 75 | 62 | 0 | 5 | 345 | 125 | 102 |
| Binary | 1011111 | 1111010 | 11110010 | 111101 | 110010 | 0 | 101 | 11100101 | 1010101 | 1000010 |
Color Harmonies of #5F7AF2
Complementary color
Monochromatic Colors of #5F7AF2
Black with #5F7AF2
Text Example
Text Example
White with #5F7AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7AF2; }
p { color: rgb(95,122,242); }
H1.HeaderClassName
{
color: #5F7AF2;
}
.AnyTagClassName
{
color: #5F7AF2;
}
</style>
background-color css
<style>
a { background-color: #5F7AF2; }
a { background-color: rgb(95,122,242); }
div.DivClassName
{
background-color: #5F7AF2;
}
.BgClassName
{
background-color: #5F7AF2;
}
</style>
border-color css
<style>
span { border-color: #5F7AF2; }
span { border-color: rgb(95,122,242); }
td.TdClassName
{
border-color: #5F7AF2;
}
.TagClassName
{
border-color: #5F7AF2;
}
</style>