Shades of Cornflower Blue #5D8FF6
Tints of Cornflower Blue #5D8FF6
RGB
CMYK
RGB Variations
Color information
#5D8FF6 (or 0x5D8FF6) is known color: Cornflower Blue. HEX triplet: 5D, 8F and F6. RGB value is (93,143,246). Sum of RGB (Red+Green+Blue) = 93+143+246=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #5D8FF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D8FF6 is #A27009. Grayscale: #8B8B8B. Windows color (decimal): -10645514 or 16158557. OLE color: 16158557.
HSL color Cylindrical-coordinate representation of color #5D8FF6: hue angle of 220.39º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D8FF6 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 143 | 246 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.04 |
| HSL | 220.39º | 0.89% | 0.66% | - |
| HSV(B) | 220.39º | 0.62% | 0.96% | - |
| XYZ | 30.97 | 28.63 | 91.08 | - |
| YUV | 139.79 | 187.94 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 143 | 246 | 0.62 | 0.42 | 0 | 0.04 | 220.39 | 0.89 | 0.66 |
| Hex | 5D | 8F | F6 | 3E | 2A | 0 | 4 | DC | 59 | 42 |
| Octal | 135 | 217 | 366 | 76 | 52 | 0 | 4 | 334 | 131 | 102 |
| Binary | 1011101 | 10001111 | 11110110 | 111110 | 101010 | 0 | 100 | 11011100 | 1011001 | 1000010 |
Color Harmonies of #5D8FF6
Complementary color
Monochromatic Colors of #5D8FF6
Black with #5D8FF6
Text Example
Text Example
White with #5D8FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8FF6; }
p { color: rgb(93,143,246); }
H1.HeaderClassName
{
color: #5D8FF6;
}
.AnyTagClassName
{
color: #5D8FF6;
}
</style>
background-color css
<style>
a { background-color: #5D8FF6; }
a { background-color: rgb(93,143,246); }
div.DivClassName
{
background-color: #5D8FF6;
}
.BgClassName
{
background-color: #5D8FF6;
}
</style>
border-color css
<style>
span { border-color: #5D8FF6; }
span { border-color: rgb(93,143,246); }
td.TdClassName
{
border-color: #5D8FF6;
}
.TagClassName
{
border-color: #5D8FF6;
}
</style>