Html Css Color HEX #007ED0 Navy Blue

📋 copy color: '#007ED0'

red 0 ◦ green 126 ◦ blue 208

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

Shades of Navy Blue #007ED0

Tints of Navy Blue #007ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 62.28%

R = 0%
G = 37.72%
B = 62.28%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#007ED0 (or 0x007ED0) is known color: Navy Blue. HEX triplet: 00, 7E and D0. RGB value is (0,126,208). Sum of RGB (Red+Green+Blue) = 0+126+208=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #007ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ED0 is #FF812F. Grayscale: #616161. Windows color (decimal): -16744752 or 13663744. OLE color: 13663744.

HSL color Cylindrical-coordinate representation of color #007ED0: hue angle of 203.65º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ED0 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 126 208 -
CMYK 1 0.39 0 0.18
HSL 203.65º 1% 0.41% -
HSV(B) 203.65º 1% 0.82% -
XYZ 18.85 19.48 62.44 -
YUV 97.67 190.26 58.33 -
System Red Green Blue C M Y K H S L
Decimal 0 126 208 1 0.39 0 0.18 203.65 1 0.41
Hex 0 7E D0 64 27 0 12 CC 64 29
Octal 0 176 320 144 47 0 22 314 144 51
Binary 0 1111110 11010000 1100100 100111 0 10010 11001100 1100100 101001

Color Harmonies of #007ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007ED0

Black with #007ED0

Text Example


Text Example

White with #007ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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