Shades of Cornflower Blue #5DA2FB
Tints of Cornflower Blue #5DA2FB
RGB
CMYK
RGB Variations
Color information
#5DA2FB (or 0x5DA2FB) is known color: Cornflower Blue. HEX triplet: 5D, A2 and FB. RGB value is (93,162,251). Sum of RGB (Red+Green+Blue) = 93+162+251=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DA2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA2FB is #A25D04. Grayscale: #979797. Windows color (decimal): -10640645 or 16491101. OLE color: 16491101.
HSL color Cylindrical-coordinate representation of color #5DA2FB: hue angle of 213.8º 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 #5DA2FB is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 162 | 251 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.02 |
| HSL | 213.8º | 0.95% | 0.67% | - |
| HSV(B) | 213.8º | 0.63% | 0.98% | - |
| XYZ | 34.85 | 35.13 | 96.21 | - |
| YUV | 151.52 | 184.14 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 251 | 0.63 | 0.35 | 0 | 0.02 | 213.8 | 0.95 | 0.67 |
| Hex | 5D | A2 | FB | 3F | 23 | 0 | 2 | D6 | 5F | 43 |
| Octal | 135 | 242 | 373 | 77 | 43 | 0 | 2 | 326 | 137 | 103 |
| Binary | 1011101 | 10100010 | 11111011 | 111111 | 100011 | 0 | 10 | 11010110 | 1011111 | 1000011 |
Color Harmonies of #5DA2FB
Complementary color
Monochromatic Colors of #5DA2FB
Black with #5DA2FB
Text Example
Text Example
White with #5DA2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA2FB; }
p { color: rgb(93,162,251); }
H1.HeaderClassName
{
color: #5DA2FB;
}
.AnyTagClassName
{
color: #5DA2FB;
}
</style>
background-color css
<style>
a { background-color: #5DA2FB; }
a { background-color: rgb(93,162,251); }
div.DivClassName
{
background-color: #5DA2FB;
}
.BgClassName
{
background-color: #5DA2FB;
}
</style>
border-color css
<style>
span { border-color: #5DA2FB; }
span { border-color: rgb(93,162,251); }
td.TdClassName
{
border-color: #5DA2FB;
}
.TagClassName
{
border-color: #5DA2FB;
}
</style>