Shades of Cornflower Blue #5FA3F9
Tints of Cornflower Blue #5FA3F9
RGB
CMYK
RGB Variations
Color information
#5FA3F9 (or 0x5FA3F9) is known color: Cornflower Blue. HEX triplet: 5F, A3 and F9. RGB value is (95,163,249). Sum of RGB (Red+Green+Blue) = 95+163+249=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #5FA3F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA3F9 is #A05C06. Grayscale: #989898. Windows color (decimal): -10509319 or 16360287. OLE color: 16360287.
HSL color Cylindrical-coordinate representation of color #5FA3F9: hue angle of 213.51º 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 #5FA3F9 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 163 | 249 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.02 |
| HSL | 213.51º | 0.93% | 0.67% | - |
| HSV(B) | 213.51º | 0.62% | 0.98% | - |
| XYZ | 34.92 | 35.47 | 94.63 | - |
| YUV | 152.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 249 | 0.62 | 0.35 | 0 | 0.02 | 213.51 | 0.93 | 0.67 |
| Hex | 5F | A3 | F9 | 3E | 23 | 0 | 2 | D6 | 5D | 43 |
| Octal | 137 | 243 | 371 | 76 | 43 | 0 | 2 | 326 | 135 | 103 |
| Binary | 1011111 | 10100011 | 11111001 | 111110 | 100011 | 0 | 10 | 11010110 | 1011101 | 1000011 |
Color Harmonies of #5FA3F9
Complementary color
Monochromatic Colors of #5FA3F9
Black with #5FA3F9
Text Example
Text Example
White with #5FA3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA3F9; }
p { color: rgb(95,163,249); }
H1.HeaderClassName
{
color: #5FA3F9;
}
.AnyTagClassName
{
color: #5FA3F9;
}
</style>
background-color css
<style>
a { background-color: #5FA3F9; }
a { background-color: rgb(95,163,249); }
div.DivClassName
{
background-color: #5FA3F9;
}
.BgClassName
{
background-color: #5FA3F9;
}
</style>
border-color css
<style>
span { border-color: #5FA3F9; }
span { border-color: rgb(95,163,249); }
td.TdClassName
{
border-color: #5FA3F9;
}
.TagClassName
{
border-color: #5FA3F9;
}
</style>