Shades of Cornflower Blue #418CE7
Tints of Cornflower Blue #418CE7
RGB
CMYK
RGB Variations
Color information
#418CE7 (or 0x418CE7) is known color: Cornflower Blue. HEX triplet: 41, 8C and E7. RGB value is (65,140,231). Sum of RGB (Red+Green+Blue) = 65+140+231=436 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.91% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #418CE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418CE7 is #BE7318. Grayscale: #7F7F7F. Windows color (decimal): -12481305 or 15174721. OLE color: 15174721.
HSL color Cylindrical-coordinate representation of color #418CE7: hue angle of 212.89º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #418CE7 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 140 | 231 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.09 |
| HSL | 212.89º | 0.78% | 0.58% | - |
| HSV(B) | 212.89º | 0.72% | 0.91% | - |
| XYZ | 25.98 | 25.65 | 79.18 | - |
| YUV | 127.95 | 186.15 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 231 | 0.72 | 0.39 | 0 | 0.09 | 212.89 | 0.78 | 0.58 |
| Hex | 41 | 8C | E7 | 48 | 27 | 0 | 9 | D5 | 4E | 3A |
| Octal | 101 | 214 | 347 | 110 | 47 | 0 | 11 | 325 | 116 | 72 |
| Binary | 1000001 | 10001100 | 11100111 | 1001000 | 100111 | 0 | 1001 | 11010101 | 1001110 | 111010 |
Color Harmonies of #418CE7
Complementary color
Monochromatic Colors of #418CE7
Black with #418CE7
Text Example
Text Example
White with #418CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418CE7; }
p { color: rgb(65,140,231); }
H1.HeaderClassName
{
color: #418CE7;
}
.AnyTagClassName
{
color: #418CE7;
}
</style>
background-color css
<style>
a { background-color: #418CE7; }
a { background-color: rgb(65,140,231); }
div.DivClassName
{
background-color: #418CE7;
}
.BgClassName
{
background-color: #418CE7;
}
</style>
border-color css
<style>
span { border-color: #418CE7; }
span { border-color: rgb(65,140,231); }
td.TdClassName
{
border-color: #418CE7;
}
.TagClassName
{
border-color: #418CE7;
}
</style>