Html Css Color HEX #077BF5 Dodger Blue

📋 copy color: '#077BF5'

red 7 ◦ green 123 ◦ blue 245

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

Shades of Dodger Blue #077BF5

Tints of Dodger Blue #077BF5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

 BLUE value IS 245 (96.09% from 255) = 65.33%

R = 1.87%
G = 32.8%
B = 65.33%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#077BF5 (or 0x077BF5) is known color: Dodger Blue. HEX triplet: 07, 7B and F5. RGB value is (7,123,245). Sum of RGB (Red+Green+Blue) = 7+123+245=375 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #077BF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077BF5 is #F8840A. Grayscale: #656565. Windows color (decimal): -16286731 or 16087815. OLE color: 16087815.

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

Color convert

RGB 7 123 245 -
CMYK 0.97 0.50 0 0.04
HSL 210.76º 0.94% 0.49% -
HSV(B) 210.76º 0.97% 0.96% -
XYZ 23.65 20.8 89.16 -
YUV 102.22 208.57 60.08 -
System Red Green Blue C M Y K H S L
Decimal 7 123 245 0.97 0.50 0 0.04 210.76 0.94 0.49
Hex 7 7B F5 61 32 0 4 D3 5E 31
Octal 7 173 365 141 62 0 4 323 136 61
Binary 111 1111011 11110101 1100001 110010 0 100 11010011 1011110 110001

Color Harmonies of #077BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BF5

Black with #077BF5

Text Example


Text Example

White with #077BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,123,245); }

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

background-color css

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

 a { background-color: rgb(7,123,245); }

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

border-color css

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

 span { border-color: rgb(7,123,245); }

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