Html Css Color HEX #0077FA Dodger Blue

📋 copy color: '#0077FA'

red 0 ◦ green 119 ◦ blue 250

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

Shades of Dodger Blue #0077FA

Tints of Dodger Blue #0077FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.75%

R = 0%
G = 32.25%
B = 67.75%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0077FA (or 0x0077FA) is known color: Dodger Blue. HEX triplet: 00, 77 and FA. RGB value is (0,119,250). Sum of RGB (Red+Green+Blue) = 0+119+250=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #0077FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0077FA is #FF8805. Grayscale: #616161. Windows color (decimal): -16746502 or 16414464. OLE color: 16414464.

HSL color Cylindrical-coordinate representation of color #0077FA: hue angle of 211.44º 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 #0077FA is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 119 250 -
CMYK 1 0.52 0 0.02
HSL 211.44º 1% 0.49% -
HSV(B) 211.44º 1% 0.98% -
XYZ 23.85 20.1 93.06 -
YUV 98.35 213.58 57.85 -
System Red Green Blue C M Y K H S L
Decimal 0 119 250 1 0.52 0 0.02 211.44 1 0.49
Hex 0 77 FA 64 34 0 2 D3 64 31
Octal 0 167 372 144 64 0 2 323 144 61
Binary 0 1110111 11111010 1100100 110100 0 10 11010011 1100100 110001

Color Harmonies of #0077FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0077FA

Black with #0077FA

Text Example


Text Example

White with #0077FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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