Html Css Color HEX #077FF6 Dodger Blue

📋 copy color: '#077FF6'

red 7 ◦ green 127 ◦ blue 246

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

Shades of Dodger Blue #077FF6

Tints of Dodger Blue #077FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 64.74%

R = 1.84%
G = 33.42%
B = 64.74%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#077FF6 (or 0x077FF6) is known color: Dodger Blue. HEX triplet: 07, 7F and F6. RGB value is (7,127,246). Sum of RGB (Red+Green+Blue) = 7+127+246=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 246 (96.48% from 255 or 64.74% from 380); Max value from RGB is 246 - color contains mainly: blue. Hex color #077FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077FF6 is #F88009. Grayscale: #686868. Windows color (decimal): -16285706 or 16154375. OLE color: 16154375.

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

Color convert

RGB 7 127 246 -
CMYK 0.97 0.48 0 0.04
HSL 209.87º 0.94% 0.5% -
HSV(B) 209.87º 0.97% 0.96% -
XYZ 24.31 21.88 90.13 -
YUV 104.69 207.74 58.32 -
System Red Green Blue C M Y K H S L
Decimal 7 127 246 0.97 0.48 0 0.04 209.87 0.94 0.5
Hex 7 7F F6 61 30 0 4 D2 5E 32
Octal 7 177 366 141 60 0 4 322 136 62
Binary 111 1111111 11110110 1100001 110000 0 100 11010010 1011110 110010

Color Harmonies of #077FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FF6

Black with #077FF6

Text Example


Text Example

White with #077FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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