#418FF1

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

Shades of Cornflower Blue #418FF1

Tints of Cornflower Blue #418FF1

Color information

#418FF1 (or 0x418FF1) is unknown color: approx Cornflower Blue. HEX triplet: 41, 8F and F1. RGB value is (65,143,241). Sum of RGB (Red+Green+Blue) = 65+143+241=449 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.48% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #418FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418FF1 is #BE700E. Grayscale: #828282. Windows color (decimal): -12480527 or 15830849. OLE color: 15830849.

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

Color convert

RGB65143241-
CMYK0.730.4100.05
HSL213.41º86.27%60%-
HSV(B)213.41º73.03%94.51%-
XYZ27.8827.1286.98-
YUV130.85190.1681.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.48%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 241 (94.53% from 255) = 53.67%
R=14.48%
G=31.85%
B=53.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal651432410.730.4100.05213.4186.2760
Hex418FF1492905d5563c
Octal101217361111510532512674
Binary1000001100011111111000110010011010010101110101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,143,241); }

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

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

 a { background-color: rgb(65,143,241); }

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

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

 span { border-color: rgb(65,143,241); }

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