COLOR #007DF2

HEX: #007DF2
RGB: (0,125,242)

Color info

#007DF2 contains mainly blue color. Web safe color of #007DF2 is #0066FF (or #06F).

RGB color model

#007DF2 color RGB value is (0,125,242).

  • red value is 0;
  • green value is 125;
  • blue value is 242.
RGB:
(0,125,242)
(0%,49%,95%)

RGB channels and saturation

R 0 of 255 = 0%
G 125 of 255 = 49%
B 242 of 255 = 95%

0
125
242

R + G + B ~ 48%. #007DF2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 125 + 242 = 367 (100%)
R 0 of 367 ~ 0%
G 125 of 367 ~ 34.06%
B 242 of 367 ~ 65.94%

%34.06
%65.94

CMYK color model

#007DF2 color CMYK value is (100,48,0,5).

  • cyan value is 100.00%
  • magenta value is 48.35%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(100,48,0,5)
C100M48Y0K5 
(100%,48%,0%,5%)
(1.00/0.48/0.00/0.05)	

CMYK percentages

%100
%48.35
%0
%5.1

Codes

Color #007DF2 in popluar color models

007DF2
RGB0125242
HSL209°100.00%47.45%
HSB/HSV209°100.00%94.90%
CMYK100.00%48.35%0.00%
5.10%

Color #007DF2 in popluar number systems.

HEX007DF2
Decimal0125242
Binary0111110111110010
Octal0175362

Shades and tints

Shades of #007DF2

#007DF2
(0,125,242)
#0072DC
(0,114,220)
#0067C6
(0,103,198)
#005CB0
(0,92,176)
#00519A
(0,81,154)
#004684
(0,70,132)
#003B6E
(0,59,110)
#003058
(0,48,88)
#002542
(0,37,66)
#001A2C
(0,26,44)
#000F16
(0,15,22)
#000000
(0,0,0)

Tints of #007DF2

#007DF2
(0,125,242)
#1788F3
(23,136,243)
#2E93F4
(46,147,244)
#459EF5
(69,158,245)
#5CA9F6
(92,169,246)
#73B4F7
(115,180,247)
#8ABFF8
(138,191,248)
#A1CAF9
(161,202,249)
#B8D5FA
(184,213,250)
#CFE0FB
(207,224,251)
#E6EBFC
(230,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007DF2 color. Also use rgb(0,125,242) instead hex code.

Text Font Color

.myTextColor { color: #007DF2; }

<p style="color:#007DF2">This sample text font color is #007DF2.</p>

This text font color is #007DF2.


Background Color

.myBgColor { background-color: #007DF2; }

<div style="background-color:#007DF2">Inner text</div>

This div background color is #007DF2.


Border color

.myBorderColor { border: 1px solid #007DF2; }

<div style="border:3px solid #007DF2">Div</div>

This div border color is #007DF2.


Opacity

.myOpacity80 { color: #007DF2; opacity: 0.8; }

<p style="color:#007DF2;opacity:0.8;">80%</p>

Text with #007DF2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #007DF2;}

<p style="text-shadow: 3px 3px 1px #007DF2">Text here.</p>

This text has shadow with #007DF2 color.

.textShadow {text-shadow: 3px 3px 1px #007DF2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #007DF2, 5px 5px 20px red">Text here.</p>

This text has shadow with #007DF2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#007DF2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#007DF2, Direction=45, Strength=4)">Text</p>

This text has shadow with #007DF2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #007DF2;
  -webkit-box-shadow:	1px 1px 3px 2px #007DF2;
  box-shadow:		1px 1px 3px 2px #007DF2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #007DF2;
-webkit-box-shadow: 1px 1px 3px 2px #007DF2;
box-shadow:1px 1px 3px 2px #007DF2;">
Div content here</div>
This div box has shadow with color #007DF2.

Preview

Color preview on black background

This text has color #007DF2 on black background.


Color preview on white background

This text has color #007DF2 on white background.



Black color preview on #007DF2 background

This text has black color on #007DF2 background.


White color preview on #007DF2 background

This text has white color on #007DF2 background.