#3183EB

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

Shades of Dodger Blue #3183EB

Tints of Dodger Blue #3183EB

Color information

#3183EB (or 0x3183EB) is unknown color: approx Dodger Blue. HEX triplet: 31, 83 and EB. RGB value is (49,131,235). Sum of RGB (Red+Green+Blue) = 49+131+235=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #3183EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3183EB is #CE7C14. Grayscale: #757575. Windows color (decimal): -13532181 or 15434545. OLE color: 15434545.

HSL color Cylindrical-coordinate representation of color #3183EB: hue angle of 213.55º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3183EB is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB49131235-
CMYK0.790.4400.08
HSL213.55º82.3%55.69%-
HSV(B)213.55º79.15%92.16%-
XYZ24.3822.8881.73-
YUV118.34193.8378.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.81%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 235 (92.19% from 255) = 56.63%
R=11.81%
G=31.57%
B=56.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491312350.790.4400.08213.5582.355.69
Hex3183EB4F2C08d65238
Octal612033531175401032612270
Binary1100011000001111101011100111110110001000110101101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3183EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3183EB; }

 p { color: rgb(49,131,235); }

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

<style>
 a { background-color: #3183EB; }

 a { background-color: rgb(49,131,235); }

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

<style>
 span { border-color: #3183EB; }

 span { border-color: rgb(49,131,235); }

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