Html Css Color HEX #077FEE Dodger Blue

📋 copy color: '#077FEE'

red 7 ◦ green 127 ◦ blue 238

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

Shades of Dodger Blue #077FEE

Tints of Dodger Blue #077FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 34.14%

 BLUE value IS 238 (93.36% from 255) = 63.98%

R = 1.88%
G = 34.14%
B = 63.98%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#077FEE (or 0x077FEE) is known color: Dodger Blue. HEX triplet: 07, 7F and EE. RGB value is (7,127,238). Sum of RGB (Red+Green+Blue) = 7+127+238=372 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #077FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077FEE is #F88011. Grayscale: #676767. Windows color (decimal): -16285714 or 15630087. OLE color: 15630087.

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

Color convert

RGB 7 127 238 -
CMYK 0.97 0.47 0 0.07
HSL 208.83º 0.94% 0.48% -
HSV(B) 208.83º 0.97% 0.93% -
XYZ 23.11 21.4 83.8 -
YUV 103.77 203.74 58.97 -
System Red Green Blue C M Y K H S L
Decimal 7 127 238 0.97 0.47 0 0.07 208.83 0.94 0.48
Hex 7 7F EE 61 2F 0 7 D1 5E 30
Octal 7 177 356 141 57 0 7 321 136 60
Binary 111 1111111 11101110 1100001 101111 0 111 11010001 1011110 110000

Color Harmonies of #077FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FEE

Black with #077FEE

Text Example


Text Example

White with #077FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,127,238); }

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

background-color css

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

 a { background-color: rgb(7,127,238); }

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

border-color css

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

 span { border-color: rgb(7,127,238); }

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