#3181f0

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

Shades of Dodger Blue #3181F0

Tints of Dodger Blue #3181F0

Color information

#3181F0 (or 0x3181F0) is unknown color: approx Dodger Blue. HEX triplet: 31, 81 and F0. RGB value is (49,129,240). Sum of RGB (Red+Green+Blue) = 49+129+240=418 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.72% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #3181F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3181F0 is #CE7E0F. Grayscale: #757575. Windows color (decimal): -13532688 or 15761713. OLE color: 15761713.

HSL color Cylindrical-coordinate representation of color #3181F0: hue angle of 214.87º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3181F0 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB49129240-
CMYK0.800.4600.06
HSL214.87º86.43%56.67%-
HSV(B)214.87º79.58%94.12%-
XYZ24.8522.6485.5-
YUV117.7319778.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.72%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 240 (94.14% from 255) = 57.42%
R=11.72%
G=30.86%
B=57.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal491292400.800.4600.06214.8786.4356.67
Hex3181F0502E06d75639
Octal61201360120560632712671
Binary110001100000011111000010100001011100110110101111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3181f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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