Html Css Color HEX #007EEC Dodger Blue

📋 copy color: '#007EEC'

red 0 ◦ green 126 ◦ blue 236

#007EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #007EEC

Tints of Dodger Blue #007EEC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 126 (49.61% from 255) = 34.81%

 BLUE value IS 236 (92.58% from 255) = 65.19%

R = 0%
G = 34.81%
B = 65.19%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#007EEC (or 0x007EEC) is known color: Dodger Blue. HEX triplet: 00, 7E and EC. RGB value is (0,126,236). Sum of RGB (Red+Green+Blue) = 0+126+236=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #007EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EEC is #FF8113. Grayscale: #646464. Windows color (decimal): -16744724 or 15498752. OLE color: 15498752.

HSL color Cylindrical-coordinate representation of color #007EEC: hue angle of 207.97º 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 #007EEC is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 126 236 -
CMYK 1 0.47 0 0.07
HSL 207.97º 1% 0.46% -
HSV(B) 207.97º 1% 0.93% -
XYZ 22.6 20.98 82.21 -
YUV 100.87 204.26 56.06 -
System Red Green Blue C M Y K H S L
Decimal 0 126 236 1 0.47 0 0.07 207.97 1 0.46
Hex 0 7E EC 64 2F 0 7 D0 64 2E
Octal 0 176 354 144 57 0 7 320 144 56
Binary 0 1111110 11101100 1100100 101111 0 111 11010000 1100100 101110

Color Harmonies of #007EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007EEC

Black with #007EEC

Text Example


Text Example

White with #007EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #007EEC;
 }
 .AnyTagClassName
 {
   color: #007EEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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