Color Hex Logo

#0a24fb Color Hex

#0A24FB
(10,36,251)
0 Favorites   0 Comments

Color spaces of #0a24fb

RGB 1036251
HSL0.650.970.51
HSV234°96°98°
CMYK 0.960.860.00   0.02
XYZ18.16868.291391.9096
Yxy8.29130.15350.0700
Hunter Lab28.794662.2379-169.0916
CIE-Lab34.582369.9983-101.8044

#0a24fb color RGB value is (10,36,251).

#0a24fb hex color red value is 10, green value is 36 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0a24fb hue: 0.65 , saturation: 0.97 and the lightness value of 0a24fb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 00100100 11111011
Octal 12 44 373
Decimal 10 36 251
Hex A 24 FB

RGB Percentages of Color #0a24fb

%3.37
%12.12
%84.51

CMYK Percentages of Color #0a24fb

%96
%86
%0
%2

Triadic Colors of #0a24fb

#0a24fb #fb0a24 #24fb0a

Analogous Colors of #0a24fb

#0a24fb #690afb #0a9dfb

Monochromatic Colors of #0a24fb

#0a24fb

Complementary Color

#0a24fb #fbe10a

#0a24fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a24fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a24fb Color CSS Codes

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

#0a24fb Text Font Color

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

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


#0a24fb Background Color

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

This div background color is #0a24fb


#0a24fb Border Color

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

This div border color is #0a24fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,36,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a24fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a24fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0a24fb;
  box-shadow:         1px 1px 3px 2px #0a24fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a24fb


Comments

No comments written yet.

Please login to write comment.