Shades of Cornflower Blue #418CEE
Tints of Cornflower Blue #418CEE
RGB
CMYK
RGB Variations
Color information
#418CEE (or 0x418CEE) is known color: Cornflower Blue. HEX triplet: 41, 8C and EE. RGB value is (65,140,238). Sum of RGB (Red+Green+Blue) = 65+140+238=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #418CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418CEE is #BE7311. Grayscale: #808080. Windows color (decimal): -12481298 or 15633473. OLE color: 15633473.
HSL color Cylindrical-coordinate representation of color #418CEE: hue angle of 213.99º degrees, saturation: 0.84, 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 #418CEE is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 140 | 238 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.07 |
| HSL | 213.99º | 0.84% | 0.59% | - |
| HSV(B) | 213.99º | 0.73% | 0.93% | - |
| XYZ | 26.99 | 26.05 | 84.5 | - |
| YUV | 128.75 | 189.65 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 238 | 0.73 | 0.41 | 0 | 0.07 | 213.99 | 0.84 | 0.59 |
| Hex | 41 | 8C | EE | 49 | 29 | 0 | 7 | D6 | 54 | 3B |
| Octal | 101 | 214 | 356 | 111 | 51 | 0 | 7 | 326 | 124 | 73 |
| Binary | 1000001 | 10001100 | 11101110 | 1001001 | 101001 | 0 | 111 | 11010110 | 1010100 | 111011 |
Color Harmonies of #418CEE
Complementary color
Monochromatic Colors of #418CEE
Black with #418CEE
Text Example
Text Example
White with #418CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418CEE; }
p { color: rgb(65,140,238); }
H1.HeaderClassName
{
color: #418CEE;
}
.AnyTagClassName
{
color: #418CEE;
}
</style>
background-color css
<style>
a { background-color: #418CEE; }
a { background-color: rgb(65,140,238); }
div.DivClassName
{
background-color: #418CEE;
}
.BgClassName
{
background-color: #418CEE;
}
</style>
border-color css
<style>
span { border-color: #418CEE; }
span { border-color: rgb(65,140,238); }
td.TdClassName
{
border-color: #418CEE;
}
.TagClassName
{
border-color: #418CEE;
}
</style>