Html Css Color HEX #007DE5 Navy Blue

📋 copy color: '#007DE5'

red 0 ◦ green 125 ◦ blue 229

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

Shades of Navy Blue #007DE5

Tints of Navy Blue #007DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 64.69%

R = 0%
G = 35.31%
B = 64.69%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#007DE5 (or 0x007DE5) is known color: Navy Blue. HEX triplet: 00, 7D and E5. RGB value is (0,125,229). Sum of RGB (Red+Green+Blue) = 0+125+229=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 229 (89.84% from 255 or 64.69% from 354); Max value from RGB is 229 - color contains mainly: blue. Hex color #007DE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DE5 is #FF821A. Grayscale: #626262. Windows color (decimal): -16744987 or 15039744. OLE color: 15039744.

HSL color Cylindrical-coordinate representation of color #007DE5: hue angle of 207.25º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DE5 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 0 125 229 -
CMYK 1 0.45 0 0.10
HSL 207.25º 1% 0.45% -
HSV(B) 207.25º 1% 0.9% -
XYZ 21.48 20.32 76.92 -
YUV 99.48 201.09 57.04 -
System Red Green Blue C M Y K H S L
Decimal 0 125 229 1 0.45 0 0.10 207.25 1 0.45
Hex 0 7D E5 64 2D 0 A CF 64 2D
Octal 0 175 345 144 55 0 12 317 144 55
Binary 0 1111101 11100101 1100100 101101 0 1010 11001111 1100100 101101

Color Harmonies of #007DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DE5

Black with #007DE5

Text Example


Text Example

White with #007DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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