Color Hex Logo

#026fdb Color Hex

#026FDB
(2,111,219)
0 Favorites   0 Comments

Color spaces of #026fdb

RGB 2111219
HSL0.580.980.43
HSV210°99°86°
CMYK 0.990.490.00   0.14
XYZ18.495716.496369.2271
Yxy16.49630.17750.1583
Hunter Lab40.615610.2086-72.6256
CIE-Lab47.619015.5240-62.2884

#026fdb color RGB value is (2,111,219).

#026fdb hex color red value is 2, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #026fdb hue: 0.58 , saturation: 0.98 and the lightness value of 026fdb is 0.43.

The process color (four color CMYK) of #026fdb color hex is 0.99, 0.49, 0.00, 0.14. Web safe color of #026fdb is #0066cc. Color #026fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01101111 11011011
Octal 2 157 333
Decimal 2 111 219
Hex 2 6F DB

RGB Percentages of Color #026fdb

%0.60
%33.43
%65.96

CMYK Percentages of Color #026fdb

%99
%49
%0
%14

Triadic Colors of #026fdb

#026fdb #db026f #6fdb02

Analogous Colors of #026fdb

#026fdb #0202db #02dbdb

Monochromatic Colors of #026fdb

#026fdb

Complementary Color

#026fdb #db6e02

#026fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#026fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#026fdb Color CSS Codes

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

#026fdb Text Font Color

<p style="color:#026fdb">Text here</p>

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


#026fdb Background Color

<div style="background-color:#026fdb">
Div content here</div>

This div background color is #026fdb


#026fdb Border Color

<div style="border:3px solid #026fdb">
Div here</div>

This div border color is #026fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,111,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #026fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #026fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #026fdb;
  box-shadow:         1px 1px 3px 2px #026fdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #026fdb


Comments

No comments written yet.

Please login to write comment.