Color Hex Logo

#0033fb Color Hex

#0033FB
(0,51,251)
0 Favorites   0 Comments

Color spaces of #0033fb

RGB 051251
HSL0.631.000.49
HSV228°100°98°
CMYK 1.000.800.00   0.02
XYZ18.59649.332792.0880
Yxy9.33270.15490.0778
Hunter Lab30.549555.1969-157.3385
CIE-Lab36.617163.4707-98.4183

#0033fb color RGB value is (0,51,251).

#0033fb hex color red value is 0, green value is 51 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0033fb hue: 0.63 , saturation: 1.00 and the lightness value of 0033fb is 0.49.

The process color (four color CMYK) of #0033fb color hex is 1.00, 0.80, 0.00, 0.02. Web safe color of #0033fb is #0033ff. Color #0033fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110011 11111011
Octal 0 63 373
Decimal 0 51 251
Hex 0 33 FB

RGB Percentages of Color #0033fb

%0.00
%16.89
%83.11

CMYK Percentages of Color #0033fb

%100
%80
%0
%2

Triadic Colors of #0033fb

#0033fb #fb0033 #33fb00

Analogous Colors of #0033fb

#0033fb #4a00fb #00b1fb

Monochromatic Colors of #0033fb

#0033fb

Complementary Color

#0033fb #fbc800

#0033fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0033fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0033fb Color CSS Codes

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

#0033fb Text Font Color

<p style="color:#0033fb">Text here</p>

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


#0033fb Background Color

<div style="background-color:#0033fb">
Div content here</div>

This div background color is #0033fb


#0033fb Border Color

<div style="border:3px solid #0033fb">
Div here</div>

This div border color is #0033fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,51,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 #0033fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0033fb


Comments

No comments written yet.

Please login to write comment.