Html Css Color HEX #3177FF Dodger Blue

📋 copy color: '#3177FF'

red 49 ◦ green 119 ◦ blue 255

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

Shades of Dodger Blue #3177FF

Tints of Dodger Blue #3177FF

RGB

 RED value IS 49 (19.53% from 255) = 11.58%

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

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

R = 11.58%
G = 28.13%
B = 60.28%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3177FF (or 0x3177FF) is known color: Dodger Blue. HEX triplet: 31, 77 and FF. RGB value is (49,119,255). Sum of RGB (Red+Green+Blue) = 49+119+255=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #3177FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3177FF is #CE8800. Grayscale: #707070. Windows color (decimal): -13535233 or 16742193. OLE color: 16742193.

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

Color convert

RGB 49 119 255 -
CMYK 0.81 0.53 0 0
HSL 219.61º 1% 0.6% -
HSV(B) 219.61º 0.81% 1% -
XYZ 25.91 21.07 97.31 -
YUV 113.57 207.81 81.94 -
System Red Green Blue C M Y K H S L
Decimal 49 119 255 0.81 0.53 0 0 219.61 1 0.6
Hex 31 77 FF 51 35 0 0 DC 64 3C
Octal 61 167 377 121 65 0 0 334 144 74
Binary 110001 1110111 11111111 1010001 110101 0 0 11011100 1100100 111100

Color Harmonies of #3177FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3177FF

Black with #3177FF

Text Example


Text Example

White with #3177FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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