Shades of Cornflower Blue #418CE6
Tints of Cornflower Blue #418CE6
RGB
CMYK
RGB Variations
Color information
#418CE6 (or 0x418CE6) is known color: Cornflower Blue. HEX triplet: 41, 8C and E6. RGB value is (65,140,230). Sum of RGB (Red+Green+Blue) = 65+140+230=435 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.94% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #418CE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418CE6 is #BE7319. Grayscale: #7F7F7F. Windows color (decimal): -12481306 or 15109185. OLE color: 15109185.
HSL color Cylindrical-coordinate representation of color #418CE6: hue angle of 212.73º 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 #418CE6 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 140 | 230 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.10 |
| HSL | 212.73º | 0.77% | 0.58% | - |
| HSV(B) | 212.73º | 0.72% | 0.9% | - |
| XYZ | 25.84 | 25.59 | 78.44 | - |
| YUV | 127.84 | 185.65 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 230 | 0.72 | 0.39 | 0 | 0.10 | 212.73 | 0.77 | 0.58 |
| Hex | 41 | 8C | E6 | 48 | 27 | 0 | A | D5 | 4D | 3A |
| Octal | 101 | 214 | 346 | 110 | 47 | 0 | 12 | 325 | 115 | 72 |
| Binary | 1000001 | 10001100 | 11100110 | 1001000 | 100111 | 0 | 1010 | 11010101 | 1001101 | 111010 |
Color Harmonies of #418CE6
Complementary color
Monochromatic Colors of #418CE6
Black with #418CE6
Text Example
Text Example
White with #418CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418CE6; }
p { color: rgb(65,140,230); }
H1.HeaderClassName
{
color: #418CE6;
}
.AnyTagClassName
{
color: #418CE6;
}
</style>
background-color css
<style>
a { background-color: #418CE6; }
a { background-color: rgb(65,140,230); }
div.DivClassName
{
background-color: #418CE6;
}
.BgClassName
{
background-color: #418CE6;
}
</style>
border-color css
<style>
span { border-color: #418CE6; }
span { border-color: rgb(65,140,230); }
td.TdClassName
{
border-color: #418CE6;
}
.TagClassName
{
border-color: #418CE6;
}
</style>