Html Css Color HEX #3194F6 Dodger Blue

📋 copy color: '#3194F6'

red 49 ◦ green 148 ◦ blue 246

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

Shades of Dodger Blue #3194F6

Tints of Dodger Blue #3194F6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

 BLUE value IS 246 (96.48% from 255) = 55.53%

R = 11.06%
G = 33.41%
B = 55.53%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3194F6 (or 0x3194F6) is known color: Dodger Blue. HEX triplet: 31, 94 and F6. RGB value is (49,148,246). Sum of RGB (Red+Green+Blue) = 49+148+246=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #3194F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3194F6 is #CE6B09. Grayscale: #818181. Windows color (decimal): -13527818 or 16159793. OLE color: 16159793.

HSL color Cylindrical-coordinate representation of color #3194F6: hue angle of 209.85º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3194F6 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 148 246 -
CMYK 0.80 0.40 0 0.04
HSL 209.85º 0.92% 0.58% -
HSV(B) 209.85º 0.8% 0.96% -
XYZ 28.49 28.49 91.19 -
YUV 129.57 193.7 70.53 -
System Red Green Blue C M Y K H S L
Decimal 49 148 246 0.80 0.40 0 0.04 209.85 0.92 0.58
Hex 31 94 F6 50 28 0 4 D2 5C 3A
Octal 61 224 366 120 50 0 4 322 134 72
Binary 110001 10010100 11110110 1010000 101000 0 100 11010010 1011100 111010

Color Harmonies of #3194F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3194F6

Black with #3194F6

Text Example


Text Example

White with #3194F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3194F6; }

 p { color: rgb(49,148,246); }

 H1.HeaderClassName
 {
   color: #3194F6;
 }
 .AnyTagClassName
 {
   color: #3194F6;
 }
</style>

background-color css

<style>
 a { background-color: #3194F6; }

 a { background-color: rgb(49,148,246); }

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

border-color css

<style>
 span { border-color: #3194F6; }

 span { border-color: rgb(49,148,246); }

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