Html Css Color HEX #3176FF Dodger Blue

📋 copy color: '#3176FF'

red 49 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #3176FF

Tints of Dodger Blue #3176FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.96%

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

R = 11.61%
G = 27.96%
B = 60.43%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3176FF (or 0x3176FF) is known color: Dodger Blue. HEX triplet: 31, 76 and FF. RGB value is (49,118,255). Sum of RGB (Red+Green+Blue) = 49+118+255=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #3176FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3176FF is #CE8900. Grayscale: #707070. Windows color (decimal): -13535489 or 16741937. OLE color: 16741937.

HSL color Cylindrical-coordinate representation of color #3176FF: hue angle of 219.9º 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 #3176FF is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 118 255 -
CMYK 0.81 0.54 0 0
HSL 219.9º 1% 0.6% -
HSV(B) 219.9º 0.81% 1% -
XYZ 25.8 20.83 97.27 -
YUV 112.99 208.14 82.36 -
System Red Green Blue C M Y K H S L
Decimal 49 118 255 0.81 0.54 0 0 219.9 1 0.6
Hex 31 76 FF 51 36 0 0 DC 64 3C
Octal 61 166 377 121 66 0 0 334 144 74
Binary 110001 1110110 11111111 1010001 110110 0 0 11011100 1100100 111100

Color Harmonies of #3176FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176FF

Black with #3176FF

Text Example


Text Example

White with #3176FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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