Shades of Cornflower Blue #418CEA
Tints of Cornflower Blue #418CEA
RGB
CMYK
RGB Variations
Color information
#418CEA (or 0x418CEA) is known color: Cornflower Blue. HEX triplet: 41, 8C and EA. RGB value is (65,140,234). Sum of RGB (Red+Green+Blue) = 65+140+234=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #418CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418CEA is #BE7315. Grayscale: #7F7F7F. Windows color (decimal): -12481302 or 15371329. OLE color: 15371329.
HSL color Cylindrical-coordinate representation of color #418CEA: hue angle of 213.37º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #418CEA is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 140 | 234 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.08 |
| HSL | 213.37º | 0.8% | 0.59% | - |
| HSV(B) | 213.37º | 0.72% | 0.92% | - |
| XYZ | 26.41 | 25.82 | 81.43 | - |
| YUV | 128.29 | 187.65 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 234 | 0.72 | 0.40 | 0 | 0.08 | 213.37 | 0.8 | 0.59 |
| Hex | 41 | 8C | EA | 48 | 28 | 0 | 8 | D5 | 50 | 3B |
| Octal | 101 | 214 | 352 | 110 | 50 | 0 | 10 | 325 | 120 | 73 |
| Binary | 1000001 | 10001100 | 11101010 | 1001000 | 101000 | 0 | 1000 | 11010101 | 1010000 | 111011 |
Color Harmonies of #418CEA
Complementary color
Monochromatic Colors of #418CEA
Black with #418CEA
Text Example
Text Example
White with #418CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418CEA; }
p { color: rgb(65,140,234); }
H1.HeaderClassName
{
color: #418CEA;
}
.AnyTagClassName
{
color: #418CEA;
}
</style>
background-color css
<style>
a { background-color: #418CEA; }
a { background-color: rgb(65,140,234); }
div.DivClassName
{
background-color: #418CEA;
}
.BgClassName
{
background-color: #418CEA;
}
</style>
border-color css
<style>
span { border-color: #418CEA; }
span { border-color: rgb(65,140,234); }
td.TdClassName
{
border-color: #418CEA;
}
.TagClassName
{
border-color: #418CEA;
}
</style>