Html Css Color HEX #0077FB Dodger Blue

📋 copy color: '#0077FB'

red 0 ◦ green 119 ◦ blue 251

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

Shades of Dodger Blue #0077FB

Tints of Dodger Blue #0077FB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 32.16%
B = 67.84%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0077FB (or 0x0077FB) is known color: Dodger Blue. HEX triplet: 00, 77 and FB. RGB value is (0,119,251). Sum of RGB (Red+Green+Blue) = 0+119+251=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #0077FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0077FB is #FF8804. Grayscale: #616161. Windows color (decimal): -16746501 or 16480000. OLE color: 16480000.

HSL color Cylindrical-coordinate representation of color #0077FB: hue angle of 211.55º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0077FB is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 119 251 -
CMYK 1 0.53 0 0.02
HSL 211.55º 1% 0.49% -
HSV(B) 211.55º 1% 0.98% -
XYZ 24.01 20.16 93.89 -
YUV 98.47 214.08 57.77 -
System Red Green Blue C M Y K H S L
Decimal 0 119 251 1 0.53 0 0.02 211.55 1 0.49
Hex 0 77 FB 64 35 0 2 D4 64 31
Octal 0 167 373 144 65 0 2 324 144 61
Binary 0 1110111 11111011 1100100 110101 0 10 11010100 1100100 110001

Color Harmonies of #0077FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0077FB

Black with #0077FB

Text Example


Text Example

White with #0077FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0077FB; }

 p { color: rgb(0,119,251); }

 H1.HeaderClassName
 {
   color: #0077FB;
 }
 .AnyTagClassName
 {
   color: #0077FB;
 }
</style>

background-color css

<style>
 a { background-color: #0077FB; }

 a { background-color: rgb(0,119,251); }

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

border-color css

<style>
 span { border-color: #0077FB; }

 span { border-color: rgb(0,119,251); }

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