Shades of Cornflower Blue #5D83FF
Tints of Cornflower Blue #5D83FF
RGB
CMYK
RGB Variations
Color information
#5D83FF (or 0x5D83FF) is known color: Cornflower Blue. HEX triplet: 5D, 83 and FF. RGB value is (93,131,255). Sum of RGB (Red+Green+Blue) = 93+131+255=479 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.42% from 479); Green value is 131 (51.56% from 255 or 27.35% 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 #5D83FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D83FF is #A27C00. Grayscale: #858585. Windows color (decimal): -10648577 or 16745309. OLE color: 16745309.
HSL color Cylindrical-coordinate representation of color #5D83FF: hue angle of 225.93º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D83FF is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 131 | 255 | - |
| CMYK | 0.64 | 0.49 | 0 | 0 |
| HSL | 225.93º | 1% | 0.68% | - |
| HSV(B) | 225.93º | 0.64% | 1% | - |
| XYZ | 30.68 | 25.78 | 97.97 | - |
| YUV | 133.77 | 196.41 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 255 | 0.64 | 0.49 | 0 | 0 | 225.93 | 1 | 0.68 |
| Hex | 5D | 83 | FF | 40 | 31 | 0 | 0 | E2 | 64 | 44 |
| Octal | 135 | 203 | 377 | 100 | 61 | 0 | 0 | 342 | 144 | 104 |
| Binary | 1011101 | 10000011 | 11111111 | 1000000 | 110001 | 0 | 0 | 11100010 | 1100100 | 1000100 |
Color Harmonies of #5D83FF
Complementary color
Monochromatic Colors of #5D83FF
Black with #5D83FF
Text Example
Text Example
White with #5D83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D83FF; }
p { color: rgb(93,131,255); }
H1.HeaderClassName
{
color: #5D83FF;
}
.AnyTagClassName
{
color: #5D83FF;
}
</style>
background-color css
<style>
a { background-color: #5D83FF; }
a { background-color: rgb(93,131,255); }
div.DivClassName
{
background-color: #5D83FF;
}
.BgClassName
{
background-color: #5D83FF;
}
</style>
border-color css
<style>
span { border-color: #5D83FF; }
span { border-color: rgb(93,131,255); }
td.TdClassName
{
border-color: #5D83FF;
}
.TagClassName
{
border-color: #5D83FF;
}
</style>