#3194EA

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

Shades of Dodger Blue #3194EA

Tints of Dodger Blue #3194EA

Color information

#3194EA (or 0x3194EA) is unknown color: approx Dodger Blue. HEX triplet: 31, 94 and EA. RGB value is (49,148,234). Sum of RGB (Red+Green+Blue) = 49+148+234=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #3194EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3194EA is #CE6B15. Grayscale: #7F7F7F. Windows color (decimal): -13527830 or 15373361. OLE color: 15373361.

HSL color Cylindrical-coordinate representation of color #3194EA: hue angle of 207.89º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3194EA is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB49148234-
CMYK0.790.3700.08
HSL207.89º81.5%55.49%-
HSV(B)207.89º79.06%91.76%-
XYZ26.7127.7781.8-
YUV128.2187.771.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.37%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 234 (91.80% from 255) = 54.29%
R=11.37%
G=34.34%
B=54.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491482340.790.3700.08207.8981.555.49
Hex3194EA4F2508d05137
Octal612243521174501032012167
Binary1100011001010011101010100111110010101000110100001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3194EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3194EA; }

 p { color: rgb(49,148,234); }

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

<style>
 a { background-color: #3194EA; }

 a { background-color: rgb(49,148,234); }

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

<style>
 span { border-color: #3194EA; }

 span { border-color: rgb(49,148,234); }

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