Shades of Cornflower Blue #5F9CFC
Tints of Cornflower Blue #5F9CFC
RGB
CMYK
RGB Variations
Color information
#5F9CFC (or 0x5F9CFC) is known color: Cornflower Blue. HEX triplet: 5F, 9C and FC. RGB value is (95,156,252). Sum of RGB (Red+Green+Blue) = 95+156+252=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F9CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CFC is #A06303. Grayscale: #949494. Windows color (decimal): -10511108 or 16555103. OLE color: 16555103.
HSL color Cylindrical-coordinate representation of color #5F9CFC: hue angle of 216.69º 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 #5F9CFC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 156 | 252 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.01 |
| HSL | 216.69º | 0.96% | 0.68% | - |
| HSV(B) | 216.69º | 0.62% | 0.99% | - |
| XYZ | 34.18 | 33.24 | 96.71 | - |
| YUV | 148.71 | 186.29 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 156 | 252 | 0.62 | 0.38 | 0 | 0.01 | 216.69 | 0.96 | 0.68 |
| Hex | 5F | 9C | FC | 3E | 26 | 0 | 1 | D9 | 60 | 44 |
| Octal | 137 | 234 | 374 | 76 | 46 | 0 | 1 | 331 | 140 | 104 |
| Binary | 1011111 | 10011100 | 11111100 | 111110 | 100110 | 0 | 1 | 11011001 | 1100000 | 1000100 |
Color Harmonies of #5F9CFC
Complementary color
Monochromatic Colors of #5F9CFC
Black with #5F9CFC
Text Example
Text Example
White with #5F9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9CFC; }
p { color: rgb(95,156,252); }
H1.HeaderClassName
{
color: #5F9CFC;
}
.AnyTagClassName
{
color: #5F9CFC;
}
</style>
background-color css
<style>
a { background-color: #5F9CFC; }
a { background-color: rgb(95,156,252); }
div.DivClassName
{
background-color: #5F9CFC;
}
.BgClassName
{
background-color: #5F9CFC;
}
</style>
border-color css
<style>
span { border-color: #5F9CFC; }
span { border-color: rgb(95,156,252); }
td.TdClassName
{
border-color: #5F9CFC;
}
.TagClassName
{
border-color: #5F9CFC;
}
</style>