#319BF5

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

Shades of Dodger Blue #319BF5

Tints of Dodger Blue #319BF5

Color information

#319BF5 (or 0x319BF5) is unknown color: approx Dodger Blue. HEX triplet: 31, 9B and F5. RGB value is (49,155,245). Sum of RGB (Red+Green+Blue) = 49+155+245=449 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.91% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 245 (96.09% from 255 or 54.57% from 449); Max value from RGB is 245 - color contains mainly: blue. Hex color #319BF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319BF5 is #CE640A. Grayscale: #858585. Windows color (decimal): -13526027 or 16096049. OLE color: 16096049.

HSL color Cylindrical-coordinate representation of color #319BF5: hue angle of 207.55º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319BF5 is Cyan = 0.8, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB49155245-
CMYK0.80.3700.04
HSL207.55º90.74%57.65%-
HSV(B)207.55º80%96.08%-
XYZ29.4730.6990.76-
YUV133.57190.8867.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.91%
GREEN value IS 155 (60.94% from 255) = 34.52%
BLUE value IS 245 (96.09% from 255) = 54.57%
R=10.91%
G=34.52%
B=54.57%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal491552450.80.3700.04207.5590.7457.65
Hex319BF5502504d05b3a
Octal61233365120450432013372
Binary110001100110111111010110100001001010100110100001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319BF5; }

 p { color: rgb(49,155,245); }

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

<style>
 a { background-color: #319BF5; }

 a { background-color: rgb(49,155,245); }

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

<style>
 span { border-color: #319BF5; }

 span { border-color: rgb(49,155,245); }

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