#317DF3

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

Shades of Dodger Blue #317DF3

Tints of Dodger Blue #317DF3

Color information

#317DF3 (or 0x317DF3) is unknown color: approx Dodger Blue. HEX triplet: 31, 7D and F3. RGB value is (49,125,243). Sum of RGB (Red+Green+Blue) = 49+125+243=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #317DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317DF3 is #CE820C. Grayscale: #737373. Windows color (decimal): -13533709 or 15957297. OLE color: 15957297.

HSL color Cylindrical-coordinate representation of color #317DF3: hue angle of 216.49º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317DF3 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB49125243-
CMYK0.800.4900.05
HSL216.49º88.99%57.25%-
HSV(B)216.49º79.84%95.29%-
XYZ24.7821.7987.69-
YUV115.73199.8280.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.75%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 243 (95.31% from 255) = 58.27%
R=11.75%
G=29.98%
B=58.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal491252430.800.4900.05216.4988.9957.25
Hex317DF3503105d85939
Octal61175363120610533013171
Binary11000111111011111001110100001100010101110110001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317DF3; }

 p { color: rgb(49,125,243); }

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

<style>
 a { background-color: #317DF3; }

 a { background-color: rgb(49,125,243); }

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

<style>
 span { border-color: #317DF3; }

 span { border-color: rgb(49,125,243); }

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