Html Css Color HEX #077FEC Dodger Blue

📋 copy color: '#077FEC'

red 7 ◦ green 127 ◦ blue 236

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

Shades of Dodger Blue #077FEC

Tints of Dodger Blue #077FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.78%

R = 1.89%
G = 34.32%
B = 63.78%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#077FEC (or 0x077FEC) is known color: Dodger Blue. HEX triplet: 07, 7F and EC. RGB value is (7,127,236). Sum of RGB (Red+Green+Blue) = 7+127+236=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #077FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077FEC is #F88013. Grayscale: #666666. Windows color (decimal): -16285716 or 15499015. OLE color: 15499015.

HSL color Cylindrical-coordinate representation of color #077FEC: hue angle of 208.56º 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 #077FEC is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 127 236 -
CMYK 0.97 0.46 0 0.07
HSL 208.56º 0.94% 0.48% -
HSV(B) 208.56º 0.97% 0.93% -
XYZ 22.82 21.28 82.26 -
YUV 103.55 202.74 59.14 -
System Red Green Blue C M Y K H S L
Decimal 7 127 236 0.97 0.46 0 0.07 208.56 0.94 0.48
Hex 7 7F EC 61 2E 0 7 D1 5E 30
Octal 7 177 354 141 56 0 7 321 136 60
Binary 111 1111111 11101100 1100001 101110 0 111 11010001 1011110 110000

Color Harmonies of #077FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FEC

Black with #077FEC

Text Example


Text Example

White with #077FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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