Shades of Cornflower Blue #5DA1EF
Tints of Cornflower Blue #5DA1EF
RGB
CMYK
RGB Variations
Color information
#5DA1EF (or 0x5DA1EF) is known color: Cornflower Blue. HEX triplet: 5D, A1 and EF. RGB value is (93,161,239). Sum of RGB (Red+Green+Blue) = 93+161+239=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DA1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA1EF is #A25E10. Grayscale: #959595. Windows color (decimal): -10640913 or 15704413. OLE color: 15704413.
HSL color Cylindrical-coordinate representation of color #5DA1EF: hue angle of 212.05º 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 #5DA1EF is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 161 | 239 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.06 |
| HSL | 212.05º | 0.82% | 0.65% | - |
| HSV(B) | 212.05º | 0.61% | 0.94% | - |
| XYZ | 32.84 | 34.05 | 86.5 | - |
| YUV | 149.56 | 178.47 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 239 | 0.61 | 0.33 | 0 | 0.06 | 212.05 | 0.82 | 0.65 |
| Hex | 5D | A1 | EF | 3D | 21 | 0 | 6 | D4 | 52 | 41 |
| Octal | 135 | 241 | 357 | 75 | 41 | 0 | 6 | 324 | 122 | 101 |
| Binary | 1011101 | 10100001 | 11101111 | 111101 | 100001 | 0 | 110 | 11010100 | 1010010 | 1000001 |
Color Harmonies of #5DA1EF
Complementary color
Monochromatic Colors of #5DA1EF
Black with #5DA1EF
Text Example
Text Example
White with #5DA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA1EF; }
p { color: rgb(93,161,239); }
H1.HeaderClassName
{
color: #5DA1EF;
}
.AnyTagClassName
{
color: #5DA1EF;
}
</style>
background-color css
<style>
a { background-color: #5DA1EF; }
a { background-color: rgb(93,161,239); }
div.DivClassName
{
background-color: #5DA1EF;
}
.BgClassName
{
background-color: #5DA1EF;
}
</style>
border-color css
<style>
span { border-color: #5DA1EF; }
span { border-color: rgb(93,161,239); }
td.TdClassName
{
border-color: #5DA1EF;
}
.TagClassName
{
border-color: #5DA1EF;
}
</style>