Shades of Cornflower Blue #5DABFB
Tints of Cornflower Blue #5DABFB
RGB
CMYK
RGB Variations
Color information
#5DABFB (or 0x5DABFB) is known color: Cornflower Blue. HEX triplet: 5D, AB and FB. RGB value is (93,171,251). Sum of RGB (Red+Green+Blue) = 93+171+251=515 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.06% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DABFB is #A25404. Grayscale: #9C9C9C. Windows color (decimal): -10638341 or 16493405. OLE color: 16493405.
HSL color Cylindrical-coordinate representation of color #5DABFB: hue angle of 210.38º 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 #5DABFB is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 171 | 251 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.02 |
| HSL | 210.38º | 0.95% | 0.67% | - |
| HSV(B) | 210.38º | 0.63% | 0.98% | - |
| XYZ | 36.49 | 38.42 | 96.76 | - |
| YUV | 156.8 | 181.16 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 251 | 0.63 | 0.32 | 0 | 0.02 | 210.38 | 0.95 | 0.67 |
| Hex | 5D | AB | FB | 3F | 20 | 0 | 2 | D2 | 5F | 43 |
| Octal | 135 | 253 | 373 | 77 | 40 | 0 | 2 | 322 | 137 | 103 |
| Binary | 1011101 | 10101011 | 11111011 | 111111 | 100000 | 0 | 10 | 11010010 | 1011111 | 1000011 |
Color Harmonies of #5DABFB
Complementary color
Monochromatic Colors of #5DABFB
Black with #5DABFB
Text Example
Text Example
White with #5DABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DABFB; }
p { color: rgb(93,171,251); }
H1.HeaderClassName
{
color: #5DABFB;
}
.AnyTagClassName
{
color: #5DABFB;
}
</style>
background-color css
<style>
a { background-color: #5DABFB; }
a { background-color: rgb(93,171,251); }
div.DivClassName
{
background-color: #5DABFB;
}
.BgClassName
{
background-color: #5DABFB;
}
</style>
border-color css
<style>
span { border-color: #5DABFB; }
span { border-color: rgb(93,171,251); }
td.TdClassName
{
border-color: #5DABFB;
}
.TagClassName
{
border-color: #5DABFB;
}
</style>