#007EF7

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

Shades of Dodger Blue #007EF7

Tints of Dodger Blue #007EF7

Color information

#007EF7 (or 0x007EF7) is unknown color: approx Dodger Blue. HEX triplet: 00, 7E and F7. RGB value is (0,126,247). Sum of RGB (Red+Green+Blue) = 0+126+247=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 247 (96.88% from 255 or 66.22% from 373); Max value from RGB is 247 - color contains mainly: blue. Hex color #007EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EF7 is #FF8108. Grayscale: #656565. Windows color (decimal): -16744713 or 16219648. OLE color: 16219648.

HSL color Cylindrical-coordinate representation of color #007EF7: hue angle of 209.39º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EF7 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB0126247-
CMYK10.4900.03
HSL209.39º100%48.43%-
HSV(B)209.39º100%96.86%-
XYZ24.2521.6490.89-
YUV102.12209.7655.16-

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) = 33.78%
BLUE value IS 247 (96.88% from 255) = 66.22%
R=0%
G=33.78%
B=66.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal012624710.4900.03209.3910048.43
Hex07EF7643103d16430
Octal0176367144610332114460
Binary01111110111101111100100110001011110100011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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