Html Css Color HEX #0177FF Dodger Blue

📋 copy color: '#0177FF'

red 1 ◦ green 119 ◦ blue 255

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

Shades of Dodger Blue #0177FF

Tints of Dodger Blue #0177FF

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

 BLUE value IS 255 (100% from 255) = 68%

R = 0.27%
G = 31.73%
B = 68%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0177FF (or 0x0177FF) is known color: Dodger Blue. HEX triplet: 01, 77 and FF. RGB value is (1,119,255). Sum of RGB (Red+Green+Blue) = 1+119+255=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #0177FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0177FF is #FE8800. Grayscale: #626262. Windows color (decimal): -16680961 or 16742145. OLE color: 16742145.

HSL color Cylindrical-coordinate representation of color #0177FF: hue angle of 212.13º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0177FF is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 119 255 -
CMYK 1.00 0.53 0 0
HSL 212.13º 1% 0.5% -
HSV(B) 212.13º 1% 1% -
XYZ 24.66 20.42 97.25 -
YUV 99.22 215.91 57.94 -
System Red Green Blue C M Y K H S L
Decimal 1 119 255 1.00 0.53 0 0 212.13 1 0.5
Hex 1 77 FF 64 35 0 0 D4 64 32
Octal 1 167 377 144 65 0 0 324 144 62
Binary 1 1110111 11111111 1100100 110101 0 0 11010100 1100100 110010

Color Harmonies of #0177FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0177FF

Black with #0177FF

Text Example


Text Example

White with #0177FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0177FF; }

 p { color: rgb(1,119,255); }

 H1.HeaderClassName
 {
   color: #0177FF;
 }
 .AnyTagClassName
 {
   color: #0177FF;
 }
</style>

background-color css

<style>
 a { background-color: #0177FF; }

 a { background-color: rgb(1,119,255); }

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

border-color css

<style>
 span { border-color: #0177FF; }

 span { border-color: rgb(1,119,255); }

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