Html Css Color HEX #0776FD Dodger Blue

📋 copy color: '#0776FD'

red 7 ◦ green 118 ◦ blue 253

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

Shades of Dodger Blue #0776FD

Tints of Dodger Blue #0776FD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.22%

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 1.85%
G = 31.22%
B = 66.93%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0776FD (or 0x0776FD) is known color: Dodger Blue. HEX triplet: 07, 76 and FD. RGB value is (7,118,253). Sum of RGB (Red+Green+Blue) = 7+118+253=378 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #0776FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0776FD is #F88902. Grayscale: #636363. Windows color (decimal): -16288003 or 16610823. OLE color: 16610823.

HSL color Cylindrical-coordinate representation of color #0776FD: hue angle of 212.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0776FD is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 118 253 -
CMYK 0.97 0.53 0 0.01
HSL 212.93º 0.98% 0.51% -
HSV(B) 212.93º 0.97% 0.99% -
XYZ 24.3 20.09 95.53 -
YUV 100.2 214.23 61.52 -
System Red Green Blue C M Y K H S L
Decimal 7 118 253 0.97 0.53 0 0.01 212.93 0.98 0.51
Hex 7 76 FD 61 35 0 1 D5 62 33
Octal 7 166 375 141 65 0 1 325 142 63
Binary 111 1110110 11111101 1100001 110101 0 1 11010101 1100010 110011

Color Harmonies of #0776FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0776FD

Black with #0776FD

Text Example


Text Example

White with #0776FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0776FD; }

 p { color: rgb(7,118,253); }

 H1.HeaderClassName
 {
   color: #0776FD;
 }
 .AnyTagClassName
 {
   color: #0776FD;
 }
</style>

background-color css

<style>
 a { background-color: #0776FD; }

 a { background-color: rgb(7,118,253); }

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

border-color css

<style>
 span { border-color: #0776FD; }

 span { border-color: rgb(7,118,253); }

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