Html Css Color HEX #3196FA Dodger Blue

📋 copy color: '#3196FA'

red 49 ◦ green 150 ◦ blue 250

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

Shades of Dodger Blue #3196FA

Tints of Dodger Blue #3196FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 10.91%
G = 33.41%
B = 55.68%

CMYK

 C value IS 0.80

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3196FA (or 0x3196FA) is known color: Dodger Blue. HEX triplet: 31, 96 and FA. RGB value is (49,150,250). Sum of RGB (Red+Green+Blue) = 49+150+250=449 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.91% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #3196FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3196FA is #CE6905. Grayscale: #828282. Windows color (decimal): -13527302 or 16422449. OLE color: 16422449.

HSL color Cylindrical-coordinate representation of color #3196FA: hue angle of 209.85º degrees, saturation: 0.95, 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 #3196FA is Cyan = 0.80, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 150 250 -
CMYK 0.80 0.4 0 0.02
HSL 209.85º 0.95% 0.59% -
HSV(B) 209.85º 0.8% 0.98% -
XYZ 29.43 29.37 94.56 -
YUV 131.2 195.04 69.37 -
System Red Green Blue C M Y K H S L
Decimal 49 150 250 0.80 0.4 0 0.02 209.85 0.95 0.59
Hex 31 96 FA 50 28 0 2 D2 5F 3B
Octal 61 226 372 120 50 0 2 322 137 73
Binary 110001 10010110 11111010 1010000 101000 0 10 11010010 1011111 111011

Color Harmonies of #3196FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3196FA

Black with #3196FA

Text Example


Text Example

White with #3196FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3196FA; }

 p { color: rgb(49,150,250); }

 H1.HeaderClassName
 {
   color: #3196FA;
 }
 .AnyTagClassName
 {
   color: #3196FA;
 }
</style>

background-color css

<style>
 a { background-color: #3196FA; }

 a { background-color: rgb(49,150,250); }

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

border-color css

<style>
 span { border-color: #3196FA; }

 span { border-color: rgb(49,150,250); }

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