#418DEE

Color #418DEE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #418DEE

Tints of Cornflower Blue #418DEE

Color information

#418DEE (or 0x418DEE) is unknown color: approx Cornflower Blue. HEX triplet: 41, 8D and EE. RGB value is (65,141,238). Sum of RGB (Red+Green+Blue) = 65+141+238=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #418DEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418DEE is #BE7211. Grayscale: #808080. Windows color (decimal): -12481042 or 15633729. OLE color: 15633729.

HSL color Cylindrical-coordinate representation of color #418DEE: hue angle of 213.64º 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 #418DEE is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB65141238-
CMYK0.730.4100.07
HSL213.64º83.57%59.41%-
HSV(B)213.64º72.69%93.33%-
XYZ27.1426.3584.54-
YUV129.33189.3282.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 14.64%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 238 (93.36% from 255) = 53.60%
R=14.64%
G=31.76%
B=53.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal651412380.730.4100.07213.6483.5759.41
Hex418DEE492907d6543b
Octal101215356111510732612473
Binary1000001100011011110111010010011010010111110101101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418DEE; }

 p { color: rgb(65,141,238); }

 H1.HeaderClassName
 {
   color: #418DEE;
 }
 .AnyTagClassName
 {
   color: #418DEE;
 }
</style>
background-color css

<style>
 a { background-color: #418DEE; }

 a { background-color: rgb(65,141,238); }

 div.DivClassName
 {
   background-color: #418DEE;
 }
 .BgClassName
 {
   background-color: #418DEE;
 }
</style>
border-color css

<style>
 span { border-color: #418DEE; }

 span { border-color: rgb(65,141,238); }

 td.TdClassName
 {
   border-color: #418DEE;
 }
 .TagClassName
 {
   border-color: #418DEE;
 }
</style>