Html Css Color HEX #077EE8 Dodger Blue

📋 copy color: '#077EE8'

red 7 ◦ green 126 ◦ blue 232

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

Shades of Dodger Blue #077EE8

Tints of Dodger Blue #077EE8

RGB

 RED value IS 7 (3.13% from 255) = 1.92%

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

 BLUE value IS 232 (91.02% from 255) = 63.56%

R = 1.92%
G = 34.52%
B = 63.56%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#077EE8 (or 0x077EE8) is known color: Dodger Blue. HEX triplet: 07, 7E and E8. RGB value is (7,126,232). Sum of RGB (Red+Green+Blue) = 7+126+232=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 232 (91.02% from 255 or 63.56% from 365); Max value from RGB is 232 - color contains mainly: blue. Hex color #077EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077EE8 is #F88117. Grayscale: #656565. Windows color (decimal): -16285976 or 15236615. OLE color: 15236615.

HSL color Cylindrical-coordinate representation of color #077EE8: hue angle of 208.27º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077EE8 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 7 126 232 -
CMYK 0.97 0.46 0 0.09
HSL 208.27º 0.94% 0.47% -
HSV(B) 208.27º 0.97% 0.91% -
XYZ 22.11 20.79 79.19 -
YUV 102.5 201.08 59.88 -
System Red Green Blue C M Y K H S L
Decimal 7 126 232 0.97 0.46 0 0.09 208.27 0.94 0.47
Hex 7 7E E8 61 2E 0 9 D0 5E 2F
Octal 7 176 350 141 56 0 11 320 136 57
Binary 111 1111110 11101000 1100001 101110 0 1001 11010000 1011110 101111

Color Harmonies of #077EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077EE8

Black with #077EE8

Text Example


Text Example

White with #077EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077EE8; }

 p { color: rgb(7,126,232); }

 H1.HeaderClassName
 {
   color: #077EE8;
 }
 .AnyTagClassName
 {
   color: #077EE8;
 }
</style>

background-color css

<style>
 a { background-color: #077EE8; }

 a { background-color: rgb(7,126,232); }

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

border-color css

<style>
 span { border-color: #077EE8; }

 span { border-color: rgb(7,126,232); }

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