Shades of Cornflower Blue #5FA8F9
Tints of Cornflower Blue #5FA8F9
RGB
CMYK
RGB Variations
Color information
#5FA8F9 (or 0x5FA8F9) is known color: Cornflower Blue. HEX triplet: 5F, A8 and F9. RGB value is (95,168,249). Sum of RGB (Red+Green+Blue) = 95+168+249=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #5FA8F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA8F9 is #A05706. Grayscale: #9B9B9B. Windows color (decimal): -10508039 or 16361567. OLE color: 16361567.
HSL color Cylindrical-coordinate representation of color #5FA8F9: hue angle of 211.56º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FA8F9 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 168 | 249 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.02 |
| HSL | 211.56º | 0.93% | 0.67% | - |
| HSV(B) | 211.56º | 0.62% | 0.98% | - |
| XYZ | 35.82 | 37.28 | 94.93 | - |
| YUV | 155.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 249 | 0.62 | 0.33 | 0 | 0.02 | 211.56 | 0.93 | 0.67 |
| Hex | 5F | A8 | F9 | 3E | 21 | 0 | 2 | D4 | 5D | 43 |
| Octal | 137 | 250 | 371 | 76 | 41 | 0 | 2 | 324 | 135 | 103 |
| Binary | 1011111 | 10101000 | 11111001 | 111110 | 100001 | 0 | 10 | 11010100 | 1011101 | 1000011 |
Color Harmonies of #5FA8F9
Complementary color
Monochromatic Colors of #5FA8F9
Black with #5FA8F9
Text Example
Text Example
White with #5FA8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA8F9; }
p { color: rgb(95,168,249); }
H1.HeaderClassName
{
color: #5FA8F9;
}
.AnyTagClassName
{
color: #5FA8F9;
}
</style>
background-color css
<style>
a { background-color: #5FA8F9; }
a { background-color: rgb(95,168,249); }
div.DivClassName
{
background-color: #5FA8F9;
}
.BgClassName
{
background-color: #5FA8F9;
}
</style>
border-color css
<style>
span { border-color: #5FA8F9; }
span { border-color: rgb(95,168,249); }
td.TdClassName
{
border-color: #5FA8F9;
}
.TagClassName
{
border-color: #5FA8F9;
}
</style>