Shades of Cornflower Blue #418FE7
Tints of Cornflower Blue #418FE7
RGB
CMYK
RGB Variations
Color information
#418FE7 (or 0x418FE7) is known color: Cornflower Blue. HEX triplet: 41, 8F and E7. RGB value is (65,143,231). Sum of RGB (Red+Green+Blue) = 65+143+231=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #418FE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418FE7 is #BE7018. Grayscale: #818181. Windows color (decimal): -12480537 or 15175489. OLE color: 15175489.
HSL color Cylindrical-coordinate representation of color #418FE7: hue angle of 211.81º 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 #418FE7 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 143 | 231 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.09 |
| HSL | 211.81º | 0.78% | 0.58% | - |
| HSV(B) | 211.81º | 0.72% | 0.91% | - |
| XYZ | 26.43 | 26.54 | 79.33 | - |
| YUV | 129.71 | 185.16 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 231 | 0.72 | 0.38 | 0 | 0.09 | 211.81 | 0.78 | 0.58 |
| Hex | 41 | 8F | E7 | 48 | 26 | 0 | 9 | D4 | 4E | 3A |
| Octal | 101 | 217 | 347 | 110 | 46 | 0 | 11 | 324 | 116 | 72 |
| Binary | 1000001 | 10001111 | 11100111 | 1001000 | 100110 | 0 | 1001 | 11010100 | 1001110 | 111010 |
Color Harmonies of #418FE7
Complementary color
Monochromatic Colors of #418FE7
Black with #418FE7
Text Example
Text Example
White with #418FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418FE7; }
p { color: rgb(65,143,231); }
H1.HeaderClassName
{
color: #418FE7;
}
.AnyTagClassName
{
color: #418FE7;
}
</style>
background-color css
<style>
a { background-color: #418FE7; }
a { background-color: rgb(65,143,231); }
div.DivClassName
{
background-color: #418FE7;
}
.BgClassName
{
background-color: #418FE7;
}
</style>
border-color css
<style>
span { border-color: #418FE7; }
span { border-color: rgb(65,143,231); }
td.TdClassName
{
border-color: #418FE7;
}
.TagClassName
{
border-color: #418FE7;
}
</style>