Shades of Cornflower Blue #5F7EFD
Tints of Cornflower Blue #5F7EFD
RGB
CMYK
RGB Variations
Color information
#5F7EFD (or 0x5F7EFD) is known color: Cornflower Blue. HEX triplet: 5F, 7E and FD. RGB value is (95,126,253). Sum of RGB (Red+Green+Blue) = 95+126+253=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F7EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7EFD is #A08102. Grayscale: #828282. Windows color (decimal): -10518787 or 16612959. OLE color: 16612959.
HSL color Cylindrical-coordinate representation of color #5F7EFD: hue angle of 228.23º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F7EFD is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 126 | 253 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.01 |
| HSL | 228.23º | 0.98% | 0.68% | - |
| HSV(B) | 228.23º | 0.62% | 0.99% | - |
| XYZ | 29.91 | 24.45 | 96.07 | - |
| YUV | 131.21 | 196.73 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 126 | 253 | 0.62 | 0.50 | 0 | 0.01 | 228.23 | 0.98 | 0.68 |
| Hex | 5F | 7E | FD | 3E | 32 | 0 | 1 | E4 | 62 | 44 |
| Octal | 137 | 176 | 375 | 76 | 62 | 0 | 1 | 344 | 142 | 104 |
| Binary | 1011111 | 1111110 | 11111101 | 111110 | 110010 | 0 | 1 | 11100100 | 1100010 | 1000100 |
Color Harmonies of #5F7EFD
Complementary color
Monochromatic Colors of #5F7EFD
Black with #5F7EFD
Text Example
Text Example
White with #5F7EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7EFD; }
p { color: rgb(95,126,253); }
H1.HeaderClassName
{
color: #5F7EFD;
}
.AnyTagClassName
{
color: #5F7EFD;
}
</style>
background-color css
<style>
a { background-color: #5F7EFD; }
a { background-color: rgb(95,126,253); }
div.DivClassName
{
background-color: #5F7EFD;
}
.BgClassName
{
background-color: #5F7EFD;
}
</style>
border-color css
<style>
span { border-color: #5F7EFD; }
span { border-color: rgb(95,126,253); }
td.TdClassName
{
border-color: #5F7EFD;
}
.TagClassName
{
border-color: #5F7EFD;
}
</style>