Color Hex Logo

#4288ff Color Hex

#4288FF
(66,136,255)
0 Favorites   0 Comments

Color spaces of #4288ff

RGB 66136255
HSL0.601.000.63
HSV218°74°100°
CMYK 0.740.470.00   0.00
XYZ29.100925.986698.0899
Yxy25.98660.19000.1697
Hunter Lab50.977112.6892-78.4017
CIE-Lab58.024317.9266-65.5322

#4288ff color RGB value is (66,136,255).

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

The process color (four color CMYK) of #4288ff color hex is 0.74, 0.47, 0.00, 0.00. Web safe color of #4288ff is #3399ff. Color #4288ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 11111111
Octal 102 210 377
Decimal 66 136 255
Hex 42 88 FF

RGB Percentages of Color #4288ff

%14.44
%29.76
%55.80

CMYK Percentages of Color #4288ff

%74
%47
%0
%0

Triadic Colors of #4288ff

#4288ff #ff4288 #88ff42

Analogous Colors of #4288ff

#4288ff #5a42ff #42e7ff

Monochromatic Colors of #4288ff

#4288ff

Complementary Color

#4288ff #ffb942

#4288ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4288ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4288ff Color CSS Codes

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

#4288ff Text Font Color

<p style="color:#4288ff">Text here</p>

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


#4288ff Background Color

<div style="background-color:#4288ff">
Div content here</div>

This div background color is #4288ff


#4288ff Border Color

<div style="border:3px solid #4288ff">
Div here</div>

This div border color is #4288ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,136,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4288ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4288ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4288ff;
  box-shadow:         1px 1px 3px 2px #4288ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,136,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 #4288ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4288ff

Related Colors


Comments

No comments written yet.

Please login to write comment.