Html Css Color HEX #077DFF Dodger Blue

📋 copy color: '#077DFF'

red 7 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #077DFF

Tints of Dodger Blue #077DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.89%

R = 1.81%
G = 32.3%
B = 65.89%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#077DFF (or 0x077DFF) is known color: Dodger Blue. HEX triplet: 07, 7D and FF. RGB value is (7,125,255). Sum of RGB (Red+Green+Blue) = 7+125+255=387 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #077DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077DFF is #F88200. Grayscale: #676767. Windows color (decimal): -16286209 or 16743687. OLE color: 16743687.

HSL color Cylindrical-coordinate representation of color #077DFF: hue angle of 211.45º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077DFF is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 7 125 255 -
CMYK 0.97 0.51 0 0
HSL 211.45º 1% 0.51% -
HSV(B) 211.45º 0.97% 1% -
XYZ 25.47 21.93 97.5 -
YUV 104.54 212.91 58.43 -
System Red Green Blue C M Y K H S L
Decimal 7 125 255 0.97 0.51 0 0 211.45 1 0.51
Hex 7 7D FF 61 33 0 0 D3 64 33
Octal 7 175 377 141 63 0 0 323 144 63
Binary 111 1111101 11111111 1100001 110011 0 0 11010011 1100100 110011

Color Harmonies of #077DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DFF

Black with #077DFF

Text Example


Text Example

White with #077DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,125,255); }

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

background-color css

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

 a { background-color: rgb(7,125,255); }

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

border-color css

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

 span { border-color: rgb(7,125,255); }

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