#3199fb

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

Shades of Dodger Blue #3199FB

Tints of Dodger Blue #3199FB

Color information

#3199FB (or 0x3199FB) is unknown color: approx Dodger Blue. HEX triplet: 31, 99 and FB. RGB value is (49,153,251). Sum of RGB (Red+Green+Blue) = 49+153+251=453 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.82% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #3199FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3199FB is #CE6604. Grayscale: #848484. Windows color (decimal): -13526533 or 16488753. OLE color: 16488753.

HSL color Cylindrical-coordinate representation of color #3199FB: hue angle of 209.11º 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 #3199FB is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB49153251-
CMYK0.800.3900.02
HSL209.11º96.19%58.82%-
HSV(B)209.11º80.48%98.43%-
XYZ30.0730.495.55-
YUV133.08194.5468.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.82%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 251 (98.44% from 255) = 55.41%
R=10.82%
G=33.77%
B=55.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal491532510.800.3900.02209.1196.1958.82
Hex3199FB502702d1603b
Octal61231373120470232114073
Binary11000110011001111110111010000100111010110100011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3199fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3199fb; }

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

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

<style>
 a { background-color: #3199fb; }

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

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

<style>
 span { border-color: #3199fb; }

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

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