Shades of Cornflower Blue #5F83DA
Tints of Cornflower Blue #5F83DA
RGB
CMYK
RGB Variations
Color information
#5F83DA (or 0x5F83DA) is known color: Cornflower Blue. HEX triplet: 5F, 83 and DA. RGB value is (95,131,218). Sum of RGB (Red+Green+Blue) = 95+131+218=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F83DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F83DA is #A07C25. Grayscale: #818181. Windows color (decimal): -10517542 or 14320479. OLE color: 14320479.
HSL color Cylindrical-coordinate representation of color #5F83DA: hue angle of 222.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F83DA is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 131 | 218 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.15 |
| HSL | 222.44º | 0.62% | 0.61% | - |
| HSV(B) | 222.44º | 0.56% | 0.85% | - |
| XYZ | 25.49 | 23.73 | 69.57 | - |
| YUV | 130.15 | 177.57 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 131 | 218 | 0.56 | 0.40 | 0 | 0.15 | 222.44 | 0.62 | 0.61 |
| Hex | 5F | 83 | DA | 38 | 28 | 0 | F | DE | 3E | 3D |
| Octal | 137 | 203 | 332 | 70 | 50 | 0 | 17 | 336 | 76 | 75 |
| Binary | 1011111 | 10000011 | 11011010 | 111000 | 101000 | 0 | 1111 | 11011110 | 111110 | 111101 |
Color Harmonies of #5F83DA
Complementary color
Monochromatic Colors of #5F83DA
Black with #5F83DA
Text Example
Text Example
White with #5F83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F83DA; }
p { color: rgb(95,131,218); }
H1.HeaderClassName
{
color: #5F83DA;
}
.AnyTagClassName
{
color: #5F83DA;
}
</style>
background-color css
<style>
a { background-color: #5F83DA; }
a { background-color: rgb(95,131,218); }
div.DivClassName
{
background-color: #5F83DA;
}
.BgClassName
{
background-color: #5F83DA;
}
</style>
border-color css
<style>
span { border-color: #5F83DA; }
span { border-color: rgb(95,131,218); }
td.TdClassName
{
border-color: #5F83DA;
}
.TagClassName
{
border-color: #5F83DA;
}
</style>