Html Css Color HEX #0777F0 Dodger Blue

📋 copy color: '#0777F0'

red 7 ◦ green 119 ◦ blue 240

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

Shades of Dodger Blue #0777F0

Tints of Dodger Blue #0777F0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

 BLUE value IS 240 (94.14% from 255) = 65.57%

R = 1.91%
G = 32.51%
B = 65.57%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0777F0 (or 0x0777F0) is known color: Dodger Blue. HEX triplet: 07, 77 and F0. RGB value is (7,119,240). Sum of RGB (Red+Green+Blue) = 7+119+240=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 240 (94.14% from 255 or 65.57% from 366); Max value from RGB is 240 - color contains mainly: blue. Hex color #0777F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0777F0 is #F8880F. Grayscale: #626262. Windows color (decimal): -16287760 or 15759111. OLE color: 15759111.

HSL color Cylindrical-coordinate representation of color #0777F0: hue angle of 211.16º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0777F0 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 119 240 -
CMYK 0.97 0.50 0 0.06
HSL 211.16º 0.94% 0.48% -
HSV(B) 211.16º 0.97% 0.94% -
XYZ 22.41 19.53 85.03 -
YUV 99.31 207.39 62.16 -
System Red Green Blue C M Y K H S L
Decimal 7 119 240 0.97 0.50 0 0.06 211.16 0.94 0.48
Hex 7 77 F0 61 32 0 6 D3 5E 30
Octal 7 167 360 141 62 0 6 323 136 60
Binary 111 1110111 11110000 1100001 110010 0 110 11010011 1011110 110000

Color Harmonies of #0777F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0777F0

Black with #0777F0

Text Example


Text Example

White with #0777F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0777F0; }

 p { color: rgb(7,119,240); }

 H1.HeaderClassName
 {
   color: #0777F0;
 }
 .AnyTagClassName
 {
   color: #0777F0;
 }
</style>

background-color css

<style>
 a { background-color: #0777F0; }

 a { background-color: rgb(7,119,240); }

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

border-color css

<style>
 span { border-color: #0777F0; }

 span { border-color: rgb(7,119,240); }

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