Shades of Cornflower Blue #5F83FF
Tints of Cornflower Blue #5F83FF
RGB
CMYK
RGB Variations
Color information
#5F83FF (or 0x5F83FF) is known color: Cornflower Blue. HEX triplet: 5F, 83 and FF. RGB value is (95,131,255). Sum of RGB (Red+Green+Blue) = 95+131+255=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F83FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F83FF is #A07C00. Grayscale: #858585. Windows color (decimal): -10517505 or 16745311. OLE color: 16745311.
HSL color Cylindrical-coordinate representation of color #5F83FF: hue angle of 226.5º 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 #5F83FF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 131 | 255 | - |
| CMYK | 0.63 | 0.49 | 0 | 0 |
| HSL | 226.5º | 1% | 0.69% | - |
| HSV(B) | 226.5º | 0.63% | 1% | - |
| XYZ | 30.89 | 25.89 | 97.98 | - |
| YUV | 134.37 | 196.07 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 131 | 255 | 0.63 | 0.49 | 0 | 0 | 226.5 | 1 | 0.69 |
| Hex | 5F | 83 | FF | 3F | 31 | 0 | 0 | E2 | 64 | 45 |
| Octal | 137 | 203 | 377 | 77 | 61 | 0 | 0 | 342 | 144 | 105 |
| Binary | 1011111 | 10000011 | 11111111 | 111111 | 110001 | 0 | 0 | 11100010 | 1100100 | 1000101 |
Color Harmonies of #5F83FF
Complementary color
Monochromatic Colors of #5F83FF
Black with #5F83FF
Text Example
Text Example
White with #5F83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F83FF; }
p { color: rgb(95,131,255); }
H1.HeaderClassName
{
color: #5F83FF;
}
.AnyTagClassName
{
color: #5F83FF;
}
</style>
background-color css
<style>
a { background-color: #5F83FF; }
a { background-color: rgb(95,131,255); }
div.DivClassName
{
background-color: #5F83FF;
}
.BgClassName
{
background-color: #5F83FF;
}
</style>
border-color css
<style>
span { border-color: #5F83FF; }
span { border-color: rgb(95,131,255); }
td.TdClassName
{
border-color: #5F83FF;
}
.TagClassName
{
border-color: #5F83FF;
}
</style>