Shades of Cornflower Blue #5F83E1
Tints of Cornflower Blue #5F83E1
RGB
CMYK
RGB Variations
Color information
#5F83E1 (or 0x5F83E1) is known color: Cornflower Blue. HEX triplet: 5F, 83 and E1. RGB value is (95,131,225). Sum of RGB (Red+Green+Blue) = 95+131+225=451 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.06% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #5F83E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F83E1 is #A07C1E. Grayscale: #828282. Windows color (decimal): -10517535 or 14779231. OLE color: 14779231.
HSL color Cylindrical-coordinate representation of color #5F83E1: hue angle of 223.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F83E1 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 131 | 225 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.12 |
| HSL | 223.38º | 0.68% | 0.63% | - |
| HSV(B) | 223.38º | 0.58% | 0.88% | - |
| XYZ | 26.43 | 24.1 | 74.49 | - |
| YUV | 130.95 | 181.07 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 131 | 225 | 0.58 | 0.42 | 0 | 0.12 | 223.38 | 0.68 | 0.63 |
| Hex | 5F | 83 | E1 | 3A | 2A | 0 | C | DF | 44 | 3F |
| Octal | 137 | 203 | 341 | 72 | 52 | 0 | 14 | 337 | 104 | 77 |
| Binary | 1011111 | 10000011 | 11100001 | 111010 | 101010 | 0 | 1100 | 11011111 | 1000100 | 111111 |
Color Harmonies of #5F83E1
Complementary color
Monochromatic Colors of #5F83E1
Black with #5F83E1
Text Example
Text Example
White with #5F83E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F83E1; }
p { color: rgb(95,131,225); }
H1.HeaderClassName
{
color: #5F83E1;
}
.AnyTagClassName
{
color: #5F83E1;
}
</style>
background-color css
<style>
a { background-color: #5F83E1; }
a { background-color: rgb(95,131,225); }
div.DivClassName
{
background-color: #5F83E1;
}
.BgClassName
{
background-color: #5F83E1;
}
</style>
border-color css
<style>
span { border-color: #5F83E1; }
span { border-color: rgb(95,131,225); }
td.TdClassName
{
border-color: #5F83E1;
}
.TagClassName
{
border-color: #5F83E1;
}
</style>