Shades of Cornflower Blue #5FA8FF
Tints of Cornflower Blue #5FA8FF
RGB
CMYK
RGB Variations
Color information
#5FA8FF (or 0x5FA8FF) is known color: Cornflower Blue. HEX triplet: 5F, A8 and FF. RGB value is (95,168,255). Sum of RGB (Red+Green+Blue) = 95+168+255=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FA8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA8FF is #A05700. Grayscale: #9B9B9B. Windows color (decimal): -10508033 or 16754783. OLE color: 16754783.
HSL color Cylindrical-coordinate representation of color #5FA8FF: hue angle of 212.62º 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 #5FA8FF is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 168 | 255 | - |
| CMYK | 0.63 | 0.34 | 0 | 0 |
| HSL | 212.63º | 1% | 0.69% | - |
| HSV(B) | 212.63º | 0.63% | 1% | - |
| XYZ | 36.77 | 37.66 | 99.94 | - |
| YUV | 156.09 | 183.82 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 255 | 0.63 | 0.34 | 0 | 0 | 212.63 | 1 | 0.69 |
| Hex | 5F | A8 | FF | 3F | 22 | 0 | 0 | D5 | 64 | 45 |
| Octal | 137 | 250 | 377 | 77 | 42 | 0 | 0 | 325 | 144 | 105 |
| Binary | 1011111 | 10101000 | 11111111 | 111111 | 100010 | 0 | 0 | 11010101 | 1100100 | 1000101 |
Color Harmonies of #5FA8FF
Complementary color
Monochromatic Colors of #5FA8FF
Black with #5FA8FF
Text Example
Text Example
White with #5FA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA8FF; }
p { color: rgb(95,168,255); }
H1.HeaderClassName
{
color: #5FA8FF;
}
.AnyTagClassName
{
color: #5FA8FF;
}
</style>
background-color css
<style>
a { background-color: #5FA8FF; }
a { background-color: rgb(95,168,255); }
div.DivClassName
{
background-color: #5FA8FF;
}
.BgClassName
{
background-color: #5FA8FF;
}
</style>
border-color css
<style>
span { border-color: #5FA8FF; }
span { border-color: rgb(95,168,255); }
td.TdClassName
{
border-color: #5FA8FF;
}
.TagClassName
{
border-color: #5FA8FF;
}
</style>