Shades of Cornflower Blue #418FEF
Tints of Cornflower Blue #418FEF
RGB
CMYK
RGB Variations
Color information
#418FEF (or 0x418FEF) is known color: Cornflower Blue. HEX triplet: 41, 8F and EF. RGB value is (65,143,239). Sum of RGB (Red+Green+Blue) = 65+143+239=447 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.54% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #418FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418FEF is #BE7010. Grayscale: #828282. Windows color (decimal): -12480529 or 15699777. OLE color: 15699777.
HSL color Cylindrical-coordinate representation of color #418FEF: hue angle of 213.1º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #418FEF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 143 | 239 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.06 |
| HSL | 213.1º | 0.84% | 0.6% | - |
| HSV(B) | 213.1º | 0.73% | 0.94% | - |
| XYZ | 27.58 | 27 | 85.42 | - |
| YUV | 130.62 | 189.16 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 239 | 0.73 | 0.40 | 0 | 0.06 | 213.1 | 0.84 | 0.6 |
| Hex | 41 | 8F | EF | 49 | 28 | 0 | 6 | D5 | 54 | 3C |
| Octal | 101 | 217 | 357 | 111 | 50 | 0 | 6 | 325 | 124 | 74 |
| Binary | 1000001 | 10001111 | 11101111 | 1001001 | 101000 | 0 | 110 | 11010101 | 1010100 | 111100 |
Color Harmonies of #418FEF
Complementary color
Monochromatic Colors of #418FEF
Black with #418FEF
Text Example
Text Example
White with #418FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418FEF; }
p { color: rgb(65,143,239); }
H1.HeaderClassName
{
color: #418FEF;
}
.AnyTagClassName
{
color: #418FEF;
}
</style>
background-color css
<style>
a { background-color: #418FEF; }
a { background-color: rgb(65,143,239); }
div.DivClassName
{
background-color: #418FEF;
}
.BgClassName
{
background-color: #418FEF;
}
</style>
border-color css
<style>
span { border-color: #418FEF; }
span { border-color: rgb(65,143,239); }
td.TdClassName
{
border-color: #418FEF;
}
.TagClassName
{
border-color: #418FEF;
}
</style>