#3197E9

Color #3197E9 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #3197E9

Tints of Dodger Blue #3197E9

Color information

#3197E9 (or 0x3197E9) is unknown color: approx Dodger Blue. HEX triplet: 31, 97 and E9. RGB value is (49,151,233). Sum of RGB (Red+Green+Blue) = 49+151+233=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #3197E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3197E9 is #CE6816. Grayscale: #818181. Windows color (decimal): -13527063 or 15308593. OLE color: 15308593.

HSL color Cylindrical-coordinate representation of color #3197E9: hue angle of 206.74º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3197E9 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB49151233-
CMYK0.790.3500.09
HSL206.74º80.7%55.29%-
HSV(B)206.74º78.97%91.37%-
XYZ27.0428.6781.2-
YUV129.85186.2170.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.32%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 233 (91.41% from 255) = 53.81%
R=11.32%
G=34.87%
B=53.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal491512330.790.3500.09206.7480.755.29
Hex3197E94F2309cf5137
Octal612273511174301131712167
Binary1100011001011111101001100111110001101001110011111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3197E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3197E9;
 }
 .AnyTagClassName
 {
   color: #3197E9;
 }
</style>
background-color css

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

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

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

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

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

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