Color Hex Logo

#398bff Color Hex

#398BFF
(57,139,255)
0 Favorites   0 Comments

Color spaces of #398bff

RGB 57139255
HSL0.601.000.61
HSV215°78°100°
CMYK 0.780.450.00   0.00
XYZ28.970026.555198.2065
Yxy26.55510.18840.1727
Hunter Lab51.531610.1686-76.9199
CIE-Lab58.560215.1106-64.6848

#398bff color RGB value is (57,139,255).

#398bff hex color red value is 57, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #398bff hue: 0.60 , saturation: 1.00 and the lightness value of 398bff is 0.61.

The process color (four color CMYK) of #398bff color hex is 0.78, 0.45, 0.00, 0.00. Web safe color of #398bff is #3399ff. Color #398bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001011 11111111
Octal 71 213 377
Decimal 57 139 255
Hex 39 8B FF

RGB Percentages of Color #398bff

%12.64
%30.82
%56.54

CMYK Percentages of Color #398bff

%78
%45
%0
%0

Triadic Colors of #398bff

#398bff #ff398b #8bff39

Analogous Colors of #398bff

#398bff #4a39ff #39eeff

Monochromatic Colors of #398bff

#398bff

Complementary Color

#398bff #ffad39

#398bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#398bff Color CSS Codes

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

#398bff Text Font Color

<p style="color:#398bff">Text here</p>

This sample text font color is #398bff
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.


#398bff Background Color

<div style="background-color:#398bff">
Div content here</div>

This div background color is #398bff


#398bff Border Color

<div style="border:3px solid #398bff">
Div here</div>

This div border color is #398bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,139,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398bff;
  -webkit-box-shadow: 1px 1px 3px 2px #398bff;
  box-shadow:         1px 1px 3px 2px #398bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,139,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 #398bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398bff

Related Colors


Comments

No comments written yet.

Please login to write comment.