Shades of Cornflower Blue #5D9AF1
Tints of Cornflower Blue #5D9AF1
RGB
CMYK
RGB Variations
Color information
#5D9AF1 (or 0x5D9AF1) is known color: Cornflower Blue. HEX triplet: 5D, 9A and F1. RGB value is (93,154,241). Sum of RGB (Red+Green+Blue) = 93+154+241=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #5D9AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9AF1 is #A2650E. Grayscale: #919191. Windows color (decimal): -10642703 or 15833693. OLE color: 15833693.
HSL color Cylindrical-coordinate representation of color #5D9AF1: hue angle of 215.27º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D9AF1 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 154 | 241 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.05 |
| HSL | 215.27º | 0.84% | 0.65% | - |
| HSV(B) | 215.27º | 0.61% | 0.95% | - |
| XYZ | 31.95 | 31.79 | 87.67 | - |
| YUV | 145.68 | 181.79 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 241 | 0.61 | 0.36 | 0 | 0.05 | 215.27 | 0.84 | 0.65 |
| Hex | 5D | 9A | F1 | 3D | 24 | 0 | 5 | D7 | 54 | 41 |
| Octal | 135 | 232 | 361 | 75 | 44 | 0 | 5 | 327 | 124 | 101 |
| Binary | 1011101 | 10011010 | 11110001 | 111101 | 100100 | 0 | 101 | 11010111 | 1010100 | 1000001 |
Color Harmonies of #5D9AF1
Complementary color
Monochromatic Colors of #5D9AF1
Black with #5D9AF1
Text Example
Text Example
White with #5D9AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9AF1; }
p { color: rgb(93,154,241); }
H1.HeaderClassName
{
color: #5D9AF1;
}
.AnyTagClassName
{
color: #5D9AF1;
}
</style>
background-color css
<style>
a { background-color: #5D9AF1; }
a { background-color: rgb(93,154,241); }
div.DivClassName
{
background-color: #5D9AF1;
}
.BgClassName
{
background-color: #5D9AF1;
}
</style>
border-color css
<style>
span { border-color: #5D9AF1; }
span { border-color: rgb(93,154,241); }
td.TdClassName
{
border-color: #5D9AF1;
}
.TagClassName
{
border-color: #5D9AF1;
}
</style>