Shades of Cornflower Blue #5F9CFF
Tints of Cornflower Blue #5F9CFF
RGB
CMYK
RGB Variations
Color information
#5F9CFF (or 0x5F9CFF) is known color: Cornflower Blue. HEX triplet: 5F, 9C and FF. RGB value is (95,156,255). Sum of RGB (Red+Green+Blue) = 95+156+255=506 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.77% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F9CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CFF is #A06300. Grayscale: #949494. Windows color (decimal): -10511105 or 16751711. OLE color: 16751711.
HSL color Cylindrical-coordinate representation of color #5F9CFF: hue angle of 217.12º 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 #5F9CFF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 156 | 255 | - |
| CMYK | 0.63 | 0.39 | 0 | 0 |
| HSL | 217.13º | 1% | 0.69% | - |
| HSV(B) | 217.13º | 0.63% | 1% | - |
| XYZ | 34.66 | 33.43 | 99.23 | - |
| YUV | 149.05 | 187.79 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 156 | 255 | 0.63 | 0.39 | 0 | 0 | 217.13 | 1 | 0.69 |
| Hex | 5F | 9C | FF | 3F | 27 | 0 | 0 | D9 | 64 | 45 |
| Octal | 137 | 234 | 377 | 77 | 47 | 0 | 0 | 331 | 144 | 105 |
| Binary | 1011111 | 10011100 | 11111111 | 111111 | 100111 | 0 | 0 | 11011001 | 1100100 | 1000101 |
Color Harmonies of #5F9CFF
Complementary color
Monochromatic Colors of #5F9CFF
Black with #5F9CFF
Text Example
Text Example
White with #5F9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9CFF; }
p { color: rgb(95,156,255); }
H1.HeaderClassName
{
color: #5F9CFF;
}
.AnyTagClassName
{
color: #5F9CFF;
}
</style>
background-color css
<style>
a { background-color: #5F9CFF; }
a { background-color: rgb(95,156,255); }
div.DivClassName
{
background-color: #5F9CFF;
}
.BgClassName
{
background-color: #5F9CFF;
}
</style>
border-color css
<style>
span { border-color: #5F9CFF; }
span { border-color: rgb(95,156,255); }
td.TdClassName
{
border-color: #5F9CFF;
}
.TagClassName
{
border-color: #5F9CFF;
}
</style>