Shades of Cornflower Blue #5DA6EF
Tints of Cornflower Blue #5DA6EF
RGB
CMYK
RGB Variations
Color information
#5DA6EF (or 0x5DA6EF) is known color: Cornflower Blue. HEX triplet: 5D, A6 and EF. RGB value is (93,166,239). Sum of RGB (Red+Green+Blue) = 93+166+239=498 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.67% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DA6EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA6EF is #A25910. Grayscale: #989898. Windows color (decimal): -10639633 or 15705693. OLE color: 15705693.
HSL color Cylindrical-coordinate representation of color #5DA6EF: hue angle of 210º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DA6EF is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 166 | 239 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.06 |
| HSL | 210º | 0.82% | 0.65% | - |
| HSV(B) | 210º | 0.61% | 0.94% | - |
| XYZ | 33.73 | 35.83 | 86.8 | - |
| YUV | 152.5 | 176.82 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 239 | 0.61 | 0.31 | 0 | 0.06 | 210 | 0.82 | 0.65 |
| Hex | 5D | A6 | EF | 3D | 1F | 0 | 6 | D2 | 52 | 41 |
| Octal | 135 | 246 | 357 | 75 | 37 | 0 | 6 | 322 | 122 | 101 |
| Binary | 1011101 | 10100110 | 11101111 | 111101 | 11111 | 0 | 110 | 11010010 | 1010010 | 1000001 |
Color Harmonies of #5DA6EF
Complementary color
Monochromatic Colors of #5DA6EF
Black with #5DA6EF
Text Example
Text Example
White with #5DA6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA6EF; }
p { color: rgb(93,166,239); }
H1.HeaderClassName
{
color: #5DA6EF;
}
.AnyTagClassName
{
color: #5DA6EF;
}
</style>
background-color css
<style>
a { background-color: #5DA6EF; }
a { background-color: rgb(93,166,239); }
div.DivClassName
{
background-color: #5DA6EF;
}
.BgClassName
{
background-color: #5DA6EF;
}
</style>
border-color css
<style>
span { border-color: #5DA6EF; }
span { border-color: rgb(93,166,239); }
td.TdClassName
{
border-color: #5DA6EF;
}
.TagClassName
{
border-color: #5DA6EF;
}
</style>