Shades of Cornflower Blue #418DED
Tints of Cornflower Blue #418DED
RGB
CMYK
RGB Variations
Color information
#418DED (or 0x418DED) is known color: Cornflower Blue. HEX triplet: 41, 8D and ED. RGB value is (65,141,237). Sum of RGB (Red+Green+Blue) = 65+141+237=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #418DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418DED is #BE7212. Grayscale: #808080. Windows color (decimal): -12481043 or 15568193. OLE color: 15568193.
HSL color Cylindrical-coordinate representation of color #418DED: hue angle of 213.49º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #418DED is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 141 | 237 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.07 |
| HSL | 213.49º | 0.83% | 0.59% | - |
| HSV(B) | 213.49º | 0.73% | 0.93% | - |
| XYZ | 26.99 | 26.29 | 83.77 | - |
| YUV | 129.22 | 188.82 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 237 | 0.73 | 0.41 | 0 | 0.07 | 213.49 | 0.83 | 0.59 |
| Hex | 41 | 8D | ED | 49 | 29 | 0 | 7 | D5 | 53 | 3B |
| Octal | 101 | 215 | 355 | 111 | 51 | 0 | 7 | 325 | 123 | 73 |
| Binary | 1000001 | 10001101 | 11101101 | 1001001 | 101001 | 0 | 111 | 11010101 | 1010011 | 111011 |
Color Harmonies of #418DED
Complementary color
Monochromatic Colors of #418DED
Black with #418DED
Text Example
Text Example
White with #418DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418DED; }
p { color: rgb(65,141,237); }
H1.HeaderClassName
{
color: #418DED;
}
.AnyTagClassName
{
color: #418DED;
}
</style>
background-color css
<style>
a { background-color: #418DED; }
a { background-color: rgb(65,141,237); }
div.DivClassName
{
background-color: #418DED;
}
.BgClassName
{
background-color: #418DED;
}
</style>
border-color css
<style>
span { border-color: #418DED; }
span { border-color: rgb(65,141,237); }
td.TdClassName
{
border-color: #418DED;
}
.TagClassName
{
border-color: #418DED;
}
</style>