Color Hex Logo

#418aff Color Hex

#418AFF
(65,138,255)
0 Favorites   0 Comments

Color spaces of #418aff

RGB 65138255
HSL0.601.000.63
HSV217°75°100°
CMYK 0.750.460.00   0.00
XYZ29.318526.520898.1815
Yxy26.52080.19040.1722
Hunter Lab51.498311.4996-76.9874
CIE-Lab58.528116.5929-64.7237

#418aff color RGB value is (65,138,255).

#418aff hex color red value is 65, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #418aff hue: 0.60 , saturation: 1.00 and the lightness value of 418aff is 0.63.

The process color (four color CMYK) of #418aff color hex is 0.75, 0.46, 0.00, 0.00. Web safe color of #418aff is #3399ff. Color #418aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001010 11111111
Octal 101 212 377
Decimal 65 138 255
Hex 41 8A FF

RGB Percentages of Color #418aff

%14.19
%30.13
%55.68

CMYK Percentages of Color #418aff

%75
%46
%0
%0

Triadic Colors of #418aff

#418aff #ff418a #8aff41

Analogous Colors of #418aff

#418aff #5741ff #41e9ff

Monochromatic Colors of #418aff

#418aff

Complementary Color

#418aff #ffb641

#418aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#418aff Color CSS Codes

.mybgcolor {background-color:#418aff; } 
.myforecolor {color:#418aff; }
.mybordercolor {border:3px solid #418aff; }

#418aff Text Font Color

<p style="color:#418aff">Text here</p>

This sample text font color is #418aff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#418aff Background Color

<div style="background-color:#418aff">
Div content here</div>

This div background color is #418aff


#418aff Border Color

<div style="border:3px solid #418aff">
Div here</div>

This div border color is #418aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,138,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #418aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #418aff;
  -webkit-box-shadow: 1px 1px 3px 2px #418aff;
  box-shadow:         1px 1px 3px 2px #418aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,138,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #418aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #418aff;
  -webkit-box-shadow: 1px 1px 3px 2px #418aff;
  box-shadow:         1px 1px 3px 2px #418aff;">
Div content here</div>

This div box has shadow with color #418aff

Related Colors


Comments

No comments written yet.

Please login to write comment.