Shades of Cornflower Blue #5FA4FC
Tints of Cornflower Blue #5FA4FC
RGB
CMYK
RGB Variations
Color information
#5FA4FC (or 0x5FA4FC) is known color: Cornflower Blue. HEX triplet: 5F, A4 and FC. RGB value is (95,164,252). Sum of RGB (Red+Green+Blue) = 95+164+252=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FA4FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA4FC is #A05B03. Grayscale: #989898. Windows color (decimal): -10509060 or 16557151. OLE color: 16557151.
HSL color Cylindrical-coordinate representation of color #5FA4FC: hue angle of 213.63º degrees, saturation: 0.96, 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 #5FA4FC is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 164 | 252 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.01 |
| HSL | 213.63º | 0.96% | 0.68% | - |
| HSV(B) | 213.63º | 0.62% | 0.99% | - |
| XYZ | 35.57 | 36.01 | 97.17 | - |
| YUV | 153.4 | 183.64 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 252 | 0.62 | 0.35 | 0 | 0.01 | 213.63 | 0.96 | 0.68 |
| Hex | 5F | A4 | FC | 3E | 23 | 0 | 1 | D6 | 60 | 44 |
| Octal | 137 | 244 | 374 | 76 | 43 | 0 | 1 | 326 | 140 | 104 |
| Binary | 1011111 | 10100100 | 11111100 | 111110 | 100011 | 0 | 1 | 11010110 | 1100000 | 1000100 |
Color Harmonies of #5FA4FC
Complementary color
Monochromatic Colors of #5FA4FC
Black with #5FA4FC
Text Example
Text Example
White with #5FA4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA4FC; }
p { color: rgb(95,164,252); }
H1.HeaderClassName
{
color: #5FA4FC;
}
.AnyTagClassName
{
color: #5FA4FC;
}
</style>
background-color css
<style>
a { background-color: #5FA4FC; }
a { background-color: rgb(95,164,252); }
div.DivClassName
{
background-color: #5FA4FC;
}
.BgClassName
{
background-color: #5FA4FC;
}
</style>
border-color css
<style>
span { border-color: #5FA4FC; }
span { border-color: rgb(95,164,252); }
td.TdClassName
{
border-color: #5FA4FC;
}
.TagClassName
{
border-color: #5FA4FC;
}
</style>