Color Hex Logo

#0f21eb Color Hex

#0F21EB
(15,33,235)
0 Favorites   0 Comments

Color spaces of #0f21eb

RGB 1533235
HSL0.650.880.49
HSV235°94°92°
CMYK 0.940.860.00   0.08
XYZ15.73637.187479.1552
Yxy7.18740.15420.0704
Hunter Lab26.809357.8580-156.2887
CIE-Lab32.229866.6651-96.6784

#0f21eb color RGB value is (15,33,235).

#0f21eb hex color red value is 15, green value is 33 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0f21eb hue: 0.65 , saturation: 0.88 and the lightness value of 0f21eb is 0.49.

The process color (four color CMYK) of #0f21eb color hex is 0.94, 0.86, 0.00, 0.08. Web safe color of #0f21eb is #0033ff. Color #0f21eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100001 11101011
Octal 17 41 353
Decimal 15 33 235
Hex F 21 EB

RGB Percentages of Color #0f21eb

%5.30
%11.66
%83.04

CMYK Percentages of Color #0f21eb

%94
%86
%0
%8

Triadic Colors of #0f21eb

#0f21eb #eb0f21 #21eb0f

Analogous Colors of #0f21eb

#0f21eb #6b0feb #0f8feb

Monochromatic Colors of #0f21eb

#0f21eb

Complementary Color

#0f21eb #ebd90f

#0f21eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f21eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f21eb Color CSS Codes

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

#0f21eb Text Font Color

<p style="color:#0f21eb">Text here</p>

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


#0f21eb Background Color

<div style="background-color:#0f21eb">
Div content here</div>

This div background color is #0f21eb


#0f21eb Border Color

<div style="border:3px solid #0f21eb">
Div here</div>

This div border color is #0f21eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,33,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f21eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f21eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0f21eb;
  box-shadow:         1px 1px 3px 2px #0f21eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f21eb


Comments

No comments written yet.

Please login to write comment.