#418EF5

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

Shades of Cornflower Blue #418EF5

Tints of Cornflower Blue #418EF5

Color information

#418EF5 (or 0x418EF5) is unknown color: approx Cornflower Blue. HEX triplet: 41, 8E and F5. RGB value is (65,142,245). Sum of RGB (Red+Green+Blue) = 65+142+245=452 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.38% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #418EF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418EF5 is #BE710A. Grayscale: #828282. Windows color (decimal): -12480779 or 16092737. OLE color: 16092737.

HSL color Cylindrical-coordinate representation of color #418EF5: hue angle of 214.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #418EF5 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB65142245-
CMYK0.730.4200.04
HSL214.33º90%60.78%-
HSV(B)214.33º73.47%96.08%-
XYZ28.3327.0690.12-
YUV130.72192.4981.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.38%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 245 (96.09% from 255) = 54.20%
R=14.38%
G=31.42%
B=54.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal651422450.730.4200.04214.339060.78
Hex418EF5492A04d65a3d
Octal101216365111520432613275
Binary1000001100011101111010110010011010100100110101101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,142,245); }

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

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

 a { background-color: rgb(65,142,245); }

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

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

 span { border-color: rgb(65,142,245); }

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