Shades of Cornflower Blue #5DA6FB
Tints of Cornflower Blue #5DA6FB
RGB
CMYK
RGB Variations
Color information
#5DA6FB (or 0x5DA6FB) is known color: Cornflower Blue. HEX triplet: 5D, A6 and FB. RGB value is (93,166,251). Sum of RGB (Red+Green+Blue) = 93+166+251=510 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.24% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DA6FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA6FB is #A25904. Grayscale: #999999. Windows color (decimal): -10639621 or 16492125. OLE color: 16492125.
HSL color Cylindrical-coordinate representation of color #5DA6FB: hue angle of 212.28º 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 #5DA6FB is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 166 | 251 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.02 |
| HSL | 212.28º | 0.95% | 0.67% | - |
| HSV(B) | 212.28º | 0.63% | 0.98% | - |
| XYZ | 35.56 | 36.56 | 96.45 | - |
| YUV | 153.86 | 182.82 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 251 | 0.63 | 0.34 | 0 | 0.02 | 212.28 | 0.95 | 0.67 |
| Hex | 5D | A6 | FB | 3F | 22 | 0 | 2 | D4 | 5F | 43 |
| Octal | 135 | 246 | 373 | 77 | 42 | 0 | 2 | 324 | 137 | 103 |
| Binary | 1011101 | 10100110 | 11111011 | 111111 | 100010 | 0 | 10 | 11010100 | 1011111 | 1000011 |
Color Harmonies of #5DA6FB
Complementary color
Monochromatic Colors of #5DA6FB
Black with #5DA6FB
Text Example
Text Example
White with #5DA6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA6FB; }
p { color: rgb(93,166,251); }
H1.HeaderClassName
{
color: #5DA6FB;
}
.AnyTagClassName
{
color: #5DA6FB;
}
</style>
background-color css
<style>
a { background-color: #5DA6FB; }
a { background-color: rgb(93,166,251); }
div.DivClassName
{
background-color: #5DA6FB;
}
.BgClassName
{
background-color: #5DA6FB;
}
</style>
border-color css
<style>
span { border-color: #5DA6FB; }
span { border-color: rgb(93,166,251); }
td.TdClassName
{
border-color: #5DA6FB;
}
.TagClassName
{
border-color: #5DA6FB;
}
</style>