Html Css Color HEX #077EFB Dodger Blue

📋 copy color: '#077EFB'

red 7 ◦ green 126 ◦ blue 251

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

Shades of Dodger Blue #077EFB

Tints of Dodger Blue #077EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

 BLUE value IS 251 (98.44% from 255) = 65.36%

R = 1.82%
G = 32.81%
B = 65.36%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#077EFB (or 0x077EFB) is known color: Dodger Blue. HEX triplet: 07, 7E and FB. RGB value is (7,126,251). Sum of RGB (Red+Green+Blue) = 7+126+251=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #077EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077EFB is #F88104. Grayscale: #686868. Windows color (decimal): -16285957 or 16481799. OLE color: 16481799.

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

Color convert

RGB 7 126 251 -
CMYK 0.97 0.50 0 0.02
HSL 210.74º 0.97% 0.51% -
HSV(B) 210.74º 0.97% 0.98% -
XYZ 24.96 21.93 94.18 -
YUV 104.67 210.58 58.34 -
System Red Green Blue C M Y K H S L
Decimal 7 126 251 0.97 0.50 0 0.02 210.74 0.97 0.51
Hex 7 7E FB 61 32 0 2 D3 61 33
Octal 7 176 373 141 62 0 2 323 141 63
Binary 111 1111110 11111011 1100001 110010 0 10 11010011 1100001 110011

Color Harmonies of #077EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077EFB

Black with #077EFB

Text Example


Text Example

White with #077EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,126,251); }

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

background-color css

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

 a { background-color: rgb(7,126,251); }

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

border-color css

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

 span { border-color: rgb(7,126,251); }

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