Color Hex Logo

#0240bc Color Hex

#0240BC
(2,64,188)
0 Favorites   0 Comments

Color spaces of #0240bc

RGB 264188
HSL0.610.980.37
HSV220°99°74°
CMYK 0.990.660.00   0.26
XYZ10.93557.310548.4117
Yxy7.31050.16410.1097
Hunter Lab27.037924.8780-87.2328
CIE-Lab32.503634.1179-69.0220

#0240bc color RGB value is (2,64,188).

#0240bc hex color red value is 2, green value is 64 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0240bc hue: 0.61 , saturation: 0.98 and the lightness value of 0240bc is 0.37.

The process color (four color CMYK) of #0240bc color hex is 0.99, 0.66, 0.00, 0.26. Web safe color of #0240bc is #0033cc. Color #0240bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000000 10111100
Octal 2 100 274
Decimal 2 64 188
Hex 2 40 BC

RGB Percentages of Color #0240bc

%0.79
%25.20
%74.02

CMYK Percentages of Color #0240bc

%99
%66
%0
%26

Triadic Colors of #0240bc

#0240bc #bc0240 #40bc02

Analogous Colors of #0240bc

#0240bc #2102bc #029dbc

Monochromatic Colors of #0240bc

#0240bc

Complementary Color

#0240bc #bc7e02

#0240bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0240bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0240bc Color CSS Codes

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

#0240bc Text Font Color

<p style="color:#0240bc">Text here</p>

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


#0240bc Background Color

<div style="background-color:#0240bc">
Div content here</div>

This div background color is #0240bc


#0240bc Border Color

<div style="border:3px solid #0240bc">
Div here</div>

This div border color is #0240bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,64,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0240bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0240bc;
  -webkit-box-shadow: 1px 1px 3px 2px #0240bc;
  box-shadow:         1px 1px 3px 2px #0240bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0240bc


Comments

No comments written yet.

Please login to write comment.