Html Css Color HEX #3179FE Dodger Blue

📋 copy color: '#3179FE'

red 49 ◦ green 121 ◦ blue 254

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

Shades of Dodger Blue #3179FE

Tints of Dodger Blue #3179FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.91%

R = 11.56%
G = 28.54%
B = 59.91%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3179FE (or 0x3179FE) is known color: Dodger Blue. HEX triplet: 31, 79 and FE. RGB value is (49,121,254). Sum of RGB (Red+Green+Blue) = 49+121+254=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #3179FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3179FE is #CE8601. Grayscale: #727272. Windows color (decimal): -13534722 or 16677169. OLE color: 16677169.

HSL color Cylindrical-coordinate representation of color #3179FE: hue angle of 218.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3179FE is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 121 254 -
CMYK 0.81 0.52 0 0.00
HSL 218.93º 0.99% 0.59% -
HSV(B) 218.93º 0.81% 1% -
XYZ 25.99 21.48 96.54 -
YUV 114.63 206.65 81.19 -
System Red Green Blue C M Y K H S L
Decimal 49 121 254 0.81 0.52 0 0.00 218.93 0.99 0.59
Hex 31 79 FE 51 34 0 0 DB 63 3B
Octal 61 171 376 121 64 0 0 333 143 73
Binary 110001 1111001 11111110 1010001 110100 0 0 11011011 1100011 111011

Color Harmonies of #3179FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3179FE

Black with #3179FE

Text Example


Text Example

White with #3179FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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