Shades of Cornflower Blue #5FA5FF
Tints of Cornflower Blue #5FA5FF
RGB
CMYK
RGB Variations
Color information
#5FA5FF (or 0x5FA5FF) is known color: Cornflower Blue. HEX triplet: 5F, A5 and FF. RGB value is (95,165,255). Sum of RGB (Red+Green+Blue) = 95+165+255=515 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.45% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FA5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA5FF is #A05A00. Grayscale: #999999. Windows color (decimal): -10508801 or 16754015. OLE color: 16754015.
HSL color Cylindrical-coordinate representation of color #5FA5FF: hue angle of 213.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FA5FF is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 165 | 255 | - |
| CMYK | 0.63 | 0.35 | 0 | 0 |
| HSL | 213.75º | 1% | 0.69% | - |
| HSV(B) | 213.75º | 0.63% | 1% | - |
| XYZ | 36.22 | 36.56 | 99.76 | - |
| YUV | 154.33 | 184.81 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 255 | 0.63 | 0.35 | 0 | 0 | 213.75 | 1 | 0.69 |
| Hex | 5F | A5 | FF | 3F | 23 | 0 | 0 | D6 | 64 | 45 |
| Octal | 137 | 245 | 377 | 77 | 43 | 0 | 0 | 326 | 144 | 105 |
| Binary | 1011111 | 10100101 | 11111111 | 111111 | 100011 | 0 | 0 | 11010110 | 1100100 | 1000101 |
Color Harmonies of #5FA5FF
Complementary color
Monochromatic Colors of #5FA5FF
Black with #5FA5FF
Text Example
Text Example
White with #5FA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA5FF; }
p { color: rgb(95,165,255); }
H1.HeaderClassName
{
color: #5FA5FF;
}
.AnyTagClassName
{
color: #5FA5FF;
}
</style>
background-color css
<style>
a { background-color: #5FA5FF; }
a { background-color: rgb(95,165,255); }
div.DivClassName
{
background-color: #5FA5FF;
}
.BgClassName
{
background-color: #5FA5FF;
}
</style>
border-color css
<style>
span { border-color: #5FA5FF; }
span { border-color: rgb(95,165,255); }
td.TdClassName
{
border-color: #5FA5FF;
}
.TagClassName
{
border-color: #5FA5FF;
}
</style>