Html Css Color HEX #3179FB Dodger Blue

📋 copy color: '#3179FB'

red 49 ◦ green 121 ◦ blue 251

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

Shades of Dodger Blue #3179FB

Tints of Dodger Blue #3179FB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.74%

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

R = 11.64%
G = 28.74%
B = 59.62%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3179FB (or 0x3179FB) is known color: Dodger Blue. HEX triplet: 31, 79 and FB. RGB value is (49,121,251). Sum of RGB (Red+Green+Blue) = 49+121+251=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #3179FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3179FB is #CE8604. Grayscale: #717171. Windows color (decimal): -13534725 or 16480561. OLE color: 16480561.

HSL color Cylindrical-coordinate representation of color #3179FB: hue angle of 218.61º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3179FB is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 121 251 -
CMYK 0.80 0.52 0 0.02
HSL 218.61º 0.96% 0.59% -
HSV(B) 218.61º 0.8% 0.98% -
XYZ 25.52 21.29 94.03 -
YUV 114.29 205.15 81.43 -
System Red Green Blue C M Y K H S L
Decimal 49 121 251 0.80 0.52 0 0.02 218.61 0.96 0.59
Hex 31 79 FB 50 34 0 2 DB 60 3B
Octal 61 171 373 120 64 0 2 333 140 73
Binary 110001 1111001 11111011 1010000 110100 0 10 11011011 1100000 111011

Color Harmonies of #3179FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3179FB

Black with #3179FB

Text Example


Text Example

White with #3179FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,121,251); }

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

background-color css

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

 a { background-color: rgb(49,121,251); }

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

border-color css

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

 span { border-color: rgb(49,121,251); }

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