Html Css Color HEX #007DED Dodger Blue

📋 copy color: '#007DED'

red 0 ◦ green 125 ◦ blue 237

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

Shades of Dodger Blue #007DED

Tints of Dodger Blue #007DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 237 (92.97% from 255) = 65.47%

R = 0%
G = 34.53%
B = 65.47%

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

#007DED (or 0x007DED) is known color: Dodger Blue. HEX triplet: 00, 7D and ED. RGB value is (0,125,237). Sum of RGB (Red+Green+Blue) = 0+125+237=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #007DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007DED is #FF8212. Grayscale: #636363. Windows color (decimal): -16744979 or 15564032. OLE color: 15564032.

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

Color convert

RGB 0 125 237 -
CMYK 1 0.47 0 0.07
HSL 208.35º 1% 0.46% -
HSV(B) 208.35º 1% 0.93% -
XYZ 22.62 20.78 82.94 -
YUV 100.39 205.09 56.39 -
System Red Green Blue C M Y K H S L
Decimal 0 125 237 1 0.47 0 0.07 208.35 1 0.46
Hex 0 7D ED 64 2F 0 7 D0 64 2E
Octal 0 175 355 144 57 0 7 320 144 56
Binary 0 1111101 11101101 1100100 101111 0 111 11010000 1100100 101110

Color Harmonies of #007DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DED

Black with #007DED

Text Example


Text Example

White with #007DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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