Html Css Color HEX #3197FE Dodger Blue

📋 copy color: '#3197FE'

red 49 ◦ green 151 ◦ blue 254

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

Shades of Dodger Blue #3197FE

Tints of Dodger Blue #3197FE

RGB

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

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

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

R = 10.79%
G = 33.26%
B = 55.95%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3197FE (or 0x3197FE) is known color: Dodger Blue. HEX triplet: 31, 97 and FE. RGB value is (49,151,254). Sum of RGB (Red+Green+Blue) = 49+151+254=454 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.79% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #3197FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3197FE is #CE6801. Grayscale: #838383. Windows color (decimal): -13527042 or 16684849. OLE color: 16684849.

HSL color Cylindrical-coordinate representation of color #3197FE: hue angle of 210.15º 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 #3197FE is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 151 254 -
CMYK 0.81 0.41 0 0.00
HSL 210.15º 0.99% 0.59% -
HSV(B) 210.15º 0.81% 1% -
XYZ 30.22 29.94 97.95 -
YUV 132.24 196.71 68.62 -
System Red Green Blue C M Y K H S L
Decimal 49 151 254 0.81 0.41 0 0.00 210.15 0.99 0.59
Hex 31 97 FE 51 29 0 0 D2 63 3B
Octal 61 227 376 121 51 0 0 322 143 73
Binary 110001 10010111 11111110 1010001 101001 0 0 11010010 1100011 111011

Color Harmonies of #3197FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3197FE

Black with #3197FE

Text Example


Text Example

White with #3197FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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