#3193FB

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

Shades of Dodger Blue #3193FB

Tints of Dodger Blue #3193FB

Color information

#3193FB (or 0x3193FB) is unknown color: approx Dodger Blue. HEX triplet: 31, 93 and FB. RGB value is (49,147,251). Sum of RGB (Red+Green+Blue) = 49+147+251=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #3193FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3193FB is #CE6C04. Grayscale: #818181. Windows color (decimal): -13528069 or 16487217. OLE color: 16487217.

HSL color Cylindrical-coordinate representation of color #3193FB: hue angle of 210.89º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3193FB is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB49147251-
CMYK0.800.4100.02
HSL210.89º96.19%58.82%-
HSV(B)210.89º80.48%98.43%-
XYZ29.1128.4995.23-
YUV129.55196.5370.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.96%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 251 (98.44% from 255) = 56.15%
R=10.96%
G=32.89%
B=56.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal491472510.800.4100.02210.8996.1958.82
Hex3193FB502902d3603b
Octal61223373120510232314073
Binary11000110010011111110111010000101001010110100111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3193FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3193FB; }

 p { color: rgb(49,147,251); }

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

<style>
 a { background-color: #3193FB; }

 a { background-color: rgb(49,147,251); }

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

<style>
 span { border-color: #3193FB; }

 span { border-color: rgb(49,147,251); }

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