#3181EB

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

Shades of Dodger Blue #3181EB

Tints of Dodger Blue #3181EB

Color information

#3181EB (or 0x3181EB) is unknown color: approx Dodger Blue. HEX triplet: 31, 81 and EB. RGB value is (49,129,235). Sum of RGB (Red+Green+Blue) = 49+129+235=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #3181EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3181EB is #CE7E14. Grayscale: #747474. Windows color (decimal): -13532693 or 15434033. OLE color: 15434033.

HSL color Cylindrical-coordinate representation of color #3181EB: hue angle of 214.19º 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 #3181EB is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB49129235-
CMYK0.790.4500.08
HSL214.19º82.3%55.69%-
HSV(B)214.19º79.15%92.16%-
XYZ24.1122.3581.64-
YUV117.16194.579.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.86%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 235 (92.19% from 255) = 56.90%
R=11.86%
G=31.23%
B=56.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491292350.790.4500.08214.1982.355.69
Hex3181EB4F2D08d65238
Octal612013531175501032612270
Binary1100011000000111101011100111110110101000110101101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3181EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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