#418DE3

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

Shades of Cornflower Blue #418DE3

Tints of Cornflower Blue #418DE3

Color information

#418DE3 (or 0x418DE3) is unknown color: approx Cornflower Blue. HEX triplet: 41, 8D and E3. RGB value is (65,141,227). Sum of RGB (Red+Green+Blue) = 65+141+227=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 227 (89.06% from 255 or 52.42% from 433); Max value from RGB is 227 - color contains mainly: blue. Hex color #418DE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DE3 is #BE721C. Grayscale: #7F7F7F. Windows color (decimal): -12481053 or 14912833. OLE color: 14912833.

HSL color Cylindrical-coordinate representation of color #418DE3: hue angle of 211.85º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #418DE3 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB65141227-
CMYK0.710.3800.11
HSL211.85º74.31%57.25%-
HSV(B)211.85º71.37%89.02%-
XYZ25.5725.7276.29-
YUV128.08183.8283.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.01%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 227 (89.06% from 255) = 52.42%
R=15.01%
G=32.56%
B=52.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal651412270.710.3800.11211.8574.3157.25
Hex418DE347260Bd44a39
Octal1012153431074601332411271
Binary10000011000110111100011100011110011001011110101001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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