Shades of Cornflower Blue #5F81FF
Tints of Cornflower Blue #5F81FF
RGB
CMYK
RGB Variations
Color information
#5F81FF (or 0x5F81FF) is known color: Cornflower Blue. HEX triplet: 5F, 81 and FF. RGB value is (95,129,255). Sum of RGB (Red+Green+Blue) = 95+129+255=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F81FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F81FF is #A07E00. Grayscale: #848484. Windows color (decimal): -10518017 or 16744799. OLE color: 16744799.
HSL color Cylindrical-coordinate representation of color #5F81FF: hue angle of 227.25º 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 #5F81FF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 129 | 255 | - |
| CMYK | 0.63 | 0.49 | 0 | 0 |
| HSL | 227.25º | 1% | 0.69% | - |
| HSV(B) | 227.25º | 0.63% | 1% | - |
| XYZ | 30.62 | 25.35 | 97.89 | - |
| YUV | 133.2 | 196.74 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 129 | 255 | 0.63 | 0.49 | 0 | 0 | 227.25 | 1 | 0.69 |
| Hex | 5F | 81 | FF | 3F | 31 | 0 | 0 | E3 | 64 | 45 |
| Octal | 137 | 201 | 377 | 77 | 61 | 0 | 0 | 343 | 144 | 105 |
| Binary | 1011111 | 10000001 | 11111111 | 111111 | 110001 | 0 | 0 | 11100011 | 1100100 | 1000101 |
Color Harmonies of #5F81FF
Complementary color
Monochromatic Colors of #5F81FF
Black with #5F81FF
Text Example
Text Example
White with #5F81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F81FF; }
p { color: rgb(95,129,255); }
H1.HeaderClassName
{
color: #5F81FF;
}
.AnyTagClassName
{
color: #5F81FF;
}
</style>
background-color css
<style>
a { background-color: #5F81FF; }
a { background-color: rgb(95,129,255); }
div.DivClassName
{
background-color: #5F81FF;
}
.BgClassName
{
background-color: #5F81FF;
}
</style>
border-color css
<style>
span { border-color: #5F81FF; }
span { border-color: rgb(95,129,255); }
td.TdClassName
{
border-color: #5F81FF;
}
.TagClassName
{
border-color: #5F81FF;
}
</style>