#418DF3

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

Shades of Cornflower Blue #418DF3

Tints of Cornflower Blue #418DF3

Color information

#418DF3 (or 0x418DF3) is unknown color: approx Cornflower Blue. HEX triplet: 41, 8D and F3. RGB value is (65,141,243). Sum of RGB (Red+Green+Blue) = 65+141+243=449 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.48% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #418DF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418DF3 is #BE720C. Grayscale: #818181. Windows color (decimal): -12481037 or 15961409. OLE color: 15961409.

HSL color Cylindrical-coordinate representation of color #418DF3: hue angle of 214.38º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #418DF3 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB65141243-
CMYK0.730.4200.05
HSL214.38º88.12%60.39%-
HSV(B)214.38º73.25%95.29%-
XYZ27.8826.6488.47-
YUV129.9191.8281.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.48%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 243 (95.31% from 255) = 54.12%
R=14.48%
G=31.40%
B=54.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal651412430.730.4200.05214.3888.1260.39
Hex418DF3492A05d6583c
Octal101215363111520532613074
Binary1000001100011011111001110010011010100101110101101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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