Html Css Color HEX #007EED Dodger Blue

📋 copy color: '#007EED'

red 0 ◦ green 126 ◦ blue 237

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

Shades of Dodger Blue #007EED

Tints of Dodger Blue #007EED

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 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

#007EED (or 0x007EED) is known color: 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

RGB 0 126 237 -
CMYK 1 0.47 0 0.07
HSL 208.1º 1% 0.46% -
HSV(B) 208.1º 1% 0.93% -
XYZ 22.75 21.04 82.98 -
YUV 100.98 204.76 55.97 -
System Red Green Blue C M Y K H S L
Decimal 0 126 237 1 0.47 0 0.07 208.1 1 0.46
Hex 0 7E ED 64 2F 0 7 D0 64 2E
Octal 0 176 355 144 57 0 7 320 144 56
Binary 0 1111110 11101101 1100100 101111 0 111 11010000 1100100 101110

Color Harmonies of #007EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007EED

Black with #007EED

Text Example


Text Example

White with #007EED

Text Example


Text Example

HTML Codes & Css Web 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>