Html Css Color HEX #3197ED Dodger Blue

📋 copy color: '#3197ED'

red 49 ◦ green 151 ◦ blue 237

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

Shades of Dodger Blue #3197ED

Tints of Dodger Blue #3197ED

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.55%

 BLUE value IS 237 (92.97% from 255) = 54.23%

R = 11.21%
G = 34.55%
B = 54.23%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3197ED (or 0x3197ED) is known color: Dodger Blue. HEX triplet: 31, 97 and ED. RGB value is (49,151,237). Sum of RGB (Red+Green+Blue) = 49+151+237=437 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.21% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #3197ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3197ED is #CE6812. Grayscale: #818181. Windows color (decimal): -13527059 or 15570737. OLE color: 15570737.

HSL color Cylindrical-coordinate representation of color #3197ED: hue angle of 207.45º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3197ED is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 151 237 -
CMYK 0.79 0.36 0 0.07
HSL 207.45º 0.84% 0.56% -
HSV(B) 207.45º 0.79% 0.93% -
XYZ 27.62 28.9 84.24 -
YUV 130.31 188.21 70.01 -
System Red Green Blue C M Y K H S L
Decimal 49 151 237 0.79 0.36 0 0.07 207.45 0.84 0.56
Hex 31 97 ED 4F 24 0 7 CF 54 38
Octal 61 227 355 117 44 0 7 317 124 70
Binary 110001 10010111 11101101 1001111 100100 0 111 11001111 1010100 111000

Color Harmonies of #3197ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3197ED

Black with #3197ED

Text Example


Text Example

White with #3197ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3197ED; }

 p { color: rgb(49,151,237); }

 H1.HeaderClassName
 {
   color: #3197ED;
 }
 .AnyTagClassName
 {
   color: #3197ED;
 }
</style>

background-color css

<style>
 a { background-color: #3197ED; }

 a { background-color: rgb(49,151,237); }

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

border-color css

<style>
 span { border-color: #3197ED; }

 span { border-color: rgb(49,151,237); }

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