Shades of Cornflower Blue #5F7CFD
Tints of Cornflower Blue #5F7CFD
RGB
CMYK
RGB Variations
Color information
#5F7CFD (or 0x5F7CFD) is known color: Cornflower Blue. HEX triplet: 5F, 7C and FD. RGB value is (95,124,253). Sum of RGB (Red+Green+Blue) = 95+124+253=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F7CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7CFD is #A08302. Grayscale: #818181. Windows color (decimal): -10519299 or 16612447. OLE color: 16612447.
HSL color Cylindrical-coordinate representation of color #5F7CFD: hue angle of 228.99º 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 #5F7CFD is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 124 | 253 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.01 |
| HSL | 228.99º | 0.98% | 0.68% | - |
| HSV(B) | 228.99º | 0.62% | 0.99% | - |
| XYZ | 29.66 | 23.94 | 95.99 | - |
| YUV | 130.04 | 197.39 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 253 | 0.62 | 0.51 | 0 | 0.01 | 228.99 | 0.98 | 0.68 |
| Hex | 5F | 7C | FD | 3E | 33 | 0 | 1 | E5 | 62 | 44 |
| Octal | 137 | 174 | 375 | 76 | 63 | 0 | 1 | 345 | 142 | 104 |
| Binary | 1011111 | 1111100 | 11111101 | 111110 | 110011 | 0 | 1 | 11100101 | 1100010 | 1000100 |
Color Harmonies of #5F7CFD
Complementary color
Monochromatic Colors of #5F7CFD
Black with #5F7CFD
Text Example
Text Example
White with #5F7CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7CFD; }
p { color: rgb(95,124,253); }
H1.HeaderClassName
{
color: #5F7CFD;
}
.AnyTagClassName
{
color: #5F7CFD;
}
</style>
background-color css
<style>
a { background-color: #5F7CFD; }
a { background-color: rgb(95,124,253); }
div.DivClassName
{
background-color: #5F7CFD;
}
.BgClassName
{
background-color: #5F7CFD;
}
</style>
border-color css
<style>
span { border-color: #5F7CFD; }
span { border-color: rgb(95,124,253); }
td.TdClassName
{
border-color: #5F7CFD;
}
.TagClassName
{
border-color: #5F7CFD;
}
</style>