Html Css Color HEX #0777FE Dodger Blue

📋 copy color: '#0777FE'

red 7 ◦ green 119 ◦ blue 254

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

Shades of Dodger Blue #0777FE

Tints of Dodger Blue #0777FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.84%

R = 1.84%
G = 31.32%
B = 66.84%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0777FE (or 0x0777FE) is known color: Dodger Blue. HEX triplet: 07, 77 and FE. RGB value is (7,119,254). Sum of RGB (Red+Green+Blue) = 7+119+254=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #0777FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0777FE is #F88801. Grayscale: #646464. Windows color (decimal): -16287746 or 16676615. OLE color: 16676615.

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

Color convert

RGB 7 119 254 -
CMYK 0.97 0.53 0 0.00
HSL 212.79º 0.99% 0.51% -
HSV(B) 212.79º 0.97% 1% -
XYZ 24.57 20.39 96.41 -
YUV 100.9 214.39 61.02 -
System Red Green Blue C M Y K H S L
Decimal 7 119 254 0.97 0.53 0 0.00 212.79 0.99 0.51
Hex 7 77 FE 61 35 0 0 D5 63 33
Octal 7 167 376 141 65 0 0 325 143 63
Binary 111 1110111 11111110 1100001 110101 0 0 11010101 1100011 110011

Color Harmonies of #0777FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0777FE

Black with #0777FE

Text Example


Text Example

White with #0777FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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