Shades of Cornflower Blue #418BE6
Tints of Cornflower Blue #418BE6
RGB
CMYK
RGB Variations
Color information
#418BE6 (or 0x418BE6) is known color: Cornflower Blue. HEX triplet: 41, 8B and E6. RGB value is (65,139,230). Sum of RGB (Red+Green+Blue) = 65+139+230=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #418BE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418BE6 is #BE7419. Grayscale: #7E7E7E. Windows color (decimal): -12481562 or 15108929. OLE color: 15108929.
HSL color Cylindrical-coordinate representation of color #418BE6: hue angle of 213.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #418BE6 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 139 | 230 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.10 |
| HSL | 213.09º | 0.77% | 0.58% | - |
| HSV(B) | 213.09º | 0.72% | 0.9% | - |
| XYZ | 25.7 | 25.3 | 78.39 | - |
| YUV | 127.25 | 185.98 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 230 | 0.72 | 0.40 | 0 | 0.10 | 213.09 | 0.77 | 0.58 |
| Hex | 41 | 8B | E6 | 48 | 28 | 0 | A | D5 | 4D | 3A |
| Octal | 101 | 213 | 346 | 110 | 50 | 0 | 12 | 325 | 115 | 72 |
| Binary | 1000001 | 10001011 | 11100110 | 1001000 | 101000 | 0 | 1010 | 11010101 | 1001101 | 111010 |
Color Harmonies of #418BE6
Complementary color
Monochromatic Colors of #418BE6
Black with #418BE6
Text Example
Text Example
White with #418BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418BE6; }
p { color: rgb(65,139,230); }
H1.HeaderClassName
{
color: #418BE6;
}
.AnyTagClassName
{
color: #418BE6;
}
</style>
background-color css
<style>
a { background-color: #418BE6; }
a { background-color: rgb(65,139,230); }
div.DivClassName
{
background-color: #418BE6;
}
.BgClassName
{
background-color: #418BE6;
}
</style>
border-color css
<style>
span { border-color: #418BE6; }
span { border-color: rgb(65,139,230); }
td.TdClassName
{
border-color: #418BE6;
}
.TagClassName
{
border-color: #418BE6;
}
</style>