Shades of Cornflower Blue #418BEE
Tints of Cornflower Blue #418BEE
RGB
CMYK
RGB Variations
Color information
#418BEE (or 0x418BEE) is known color: Cornflower Blue. HEX triplet: 41, 8B and EE. RGB value is (65,139,238). Sum of RGB (Red+Green+Blue) = 65+139+238=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #418BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418BEE is #BE7411. Grayscale: #7F7F7F. Windows color (decimal): -12481554 or 15633217. OLE color: 15633217.
HSL color Cylindrical-coordinate representation of color #418BEE: hue angle of 214.34º 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 #418BEE is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 139 | 238 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.07 |
| HSL | 214.34º | 0.84% | 0.59% | - |
| HSV(B) | 214.34º | 0.73% | 0.93% | - |
| XYZ | 26.85 | 25.76 | 84.45 | - |
| YUV | 128.16 | 189.98 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 238 | 0.73 | 0.42 | 0 | 0.07 | 214.34 | 0.84 | 0.59 |
| Hex | 41 | 8B | EE | 49 | 2A | 0 | 7 | D6 | 54 | 3B |
| Octal | 101 | 213 | 356 | 111 | 52 | 0 | 7 | 326 | 124 | 73 |
| Binary | 1000001 | 10001011 | 11101110 | 1001001 | 101010 | 0 | 111 | 11010110 | 1010100 | 111011 |
Color Harmonies of #418BEE
Complementary color
Monochromatic Colors of #418BEE
Black with #418BEE
Text Example
Text Example
White with #418BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418BEE; }
p { color: rgb(65,139,238); }
H1.HeaderClassName
{
color: #418BEE;
}
.AnyTagClassName
{
color: #418BEE;
}
</style>
background-color css
<style>
a { background-color: #418BEE; }
a { background-color: rgb(65,139,238); }
div.DivClassName
{
background-color: #418BEE;
}
.BgClassName
{
background-color: #418BEE;
}
</style>
border-color css
<style>
span { border-color: #418BEE; }
span { border-color: rgb(65,139,238); }
td.TdClassName
{
border-color: #418BEE;
}
.TagClassName
{
border-color: #418BEE;
}
</style>