Shades of Cornflower Blue #5D76FB
Tints of Cornflower Blue #5D76FB
RGB
CMYK
RGB Variations
Color information
#5D76FB (or 0x5D76FB) is known color: Cornflower Blue. HEX triplet: 5D, 76 and FB. RGB value is (93,118,251). Sum of RGB (Red+Green+Blue) = 93+118+251=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D76FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D76FB is #A28904. Grayscale: #7D7D7D. Windows color (decimal): -10651909 or 16479837. OLE color: 16479837.
HSL color Cylindrical-coordinate representation of color #5D76FB: hue angle of 230.51º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D76FB is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 118 | 251 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.02 |
| HSL | 230.51º | 0.95% | 0.67% | - |
| HSV(B) | 230.51º | 0.63% | 0.98% | - |
| XYZ | 28.41 | 22.25 | 94.06 | - |
| YUV | 125.69 | 198.72 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 251 | 0.63 | 0.53 | 0 | 0.02 | 230.51 | 0.95 | 0.67 |
| Hex | 5D | 76 | FB | 3F | 35 | 0 | 2 | E7 | 5F | 43 |
| Octal | 135 | 166 | 373 | 77 | 65 | 0 | 2 | 347 | 137 | 103 |
| Binary | 1011101 | 1110110 | 11111011 | 111111 | 110101 | 0 | 10 | 11100111 | 1011111 | 1000011 |
Color Harmonies of #5D76FB
Complementary color
Monochromatic Colors of #5D76FB
Black with #5D76FB
Text Example
Text Example
White with #5D76FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D76FB; }
p { color: rgb(93,118,251); }
H1.HeaderClassName
{
color: #5D76FB;
}
.AnyTagClassName
{
color: #5D76FB;
}
</style>
background-color css
<style>
a { background-color: #5D76FB; }
a { background-color: rgb(93,118,251); }
div.DivClassName
{
background-color: #5D76FB;
}
.BgClassName
{
background-color: #5D76FB;
}
</style>
border-color css
<style>
span { border-color: #5D76FB; }
span { border-color: rgb(93,118,251); }
td.TdClassName
{
border-color: #5D76FB;
}
.TagClassName
{
border-color: #5D76FB;
}
</style>