Html Css Color HEX #207ED8 Navy Blue

📋 copy color: '#207ED8'

red 32 ◦ green 126 ◦ blue 216

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

Shades of Navy Blue #207ED8

Tints of Navy Blue #207ED8

RGB

 RED value IS 32 (12.89% from 255) = 8.56%

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

 BLUE value IS 216 (84.77% from 255) = 57.75%

R = 8.56%
G = 33.69%
B = 57.75%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#207ED8 (or 0x207ED8) is known color: Navy Blue. HEX triplet: 20, 7E and D8. RGB value is (32,126,216). Sum of RGB (Red+Green+Blue) = 32+126+216=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #207ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ED8 is #DF8127. Grayscale: #6B6B6B. Windows color (decimal): -14647592 or 14188064. OLE color: 14188064.

HSL color Cylindrical-coordinate representation of color #207ED8: hue angle of 209.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207ED8 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 126 216 -
CMYK 0.85 0.42 0 0.15
HSL 209.35º 0.74% 0.49% -
HSV(B) 209.35º 0.85% 0.85% -
XYZ 20.45 20.19 67.78 -
YUV 108.15 188.86 73.68 -
System Red Green Blue C M Y K H S L
Decimal 32 126 216 0.85 0.42 0 0.15 209.35 0.74 0.49
Hex 20 7E D8 55 2A 0 F D1 4A 31
Octal 40 176 330 125 52 0 17 321 112 61
Binary 100000 1111110 11011000 1010101 101010 0 1111 11010001 1001010 110001

Color Harmonies of #207ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207ED8

Black with #207ED8

Text Example


Text Example

White with #207ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207ED8; }

 p { color: rgb(32,126,216); }

 H1.HeaderClassName
 {
   color: #207ED8;
 }
 .AnyTagClassName
 {
   color: #207ED8;
 }
</style>

background-color css

<style>
 a { background-color: #207ED8; }

 a { background-color: rgb(32,126,216); }

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

border-color css

<style>
 span { border-color: #207ED8; }

 span { border-color: rgb(32,126,216); }

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