#007EED

Color #007EED Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #007EED

Tints of Dodger Blue #007EED

Color information

#007EED (or 0x007EED) is unknown color: approx Dodger Blue. HEX triplet: 00, 7E and ED. RGB value is (0,126,237). Sum of RGB (Red+Green+Blue) = 0+126+237=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #007EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EED is #FF8112. Grayscale: #646464. Windows color (decimal): -16744723 or 15564288. OLE color: 15564288.

HSL color Cylindrical-coordinate representation of color #007EED: hue angle of 208.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EED is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB0126237-
CMYK10.4700.07
HSL208.1º100%46.47%-
HSV(B)208.1º100%92.94%-
XYZ22.7521.0482.98-
YUV100.98204.7655.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 237 (92.97% from 255) = 65.29%
R=0%
G=34.71%
B=65.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal012623710.4700.07208.110046.47
Hex07EED642F07d0642e
Octal0176355144570732014456
Binary011111101110110111001001011110111110100001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007EED; }

 p { color: rgb(0,126,237); }

 H1.HeaderClassName
 {
   color: #007EED;
 }
 .AnyTagClassName
 {
   color: #007EED;
 }
</style>
background-color css

<style>
 a { background-color: #007EED; }

 a { background-color: rgb(0,126,237); }

 div.DivClassName
 {
   background-color: #007EED;
 }
 .BgClassName
 {
   background-color: #007EED;
 }
</style>
border-color css

<style>
 span { border-color: #007EED; }

 span { border-color: rgb(0,126,237); }

 td.TdClassName
 {
   border-color: #007EED;
 }
 .TagClassName
 {
   border-color: #007EED;
 }
</style>