Html Css Color HEX #317DF0 Dodger Blue

📋 copy color: '#317DF0'

red 49 ◦ green 125 ◦ blue 240

#317DF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #317DF0

Tints of Dodger Blue #317DF0

RGB

 RED value IS 49 (19.53% from 255) = 11.84%

 GREEN value IS 125 (49.22% from 255) = 30.19%

 BLUE value IS 240 (94.14% from 255) = 57.97%

R = 11.84%
G = 30.19%
B = 57.97%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#317DF0 (or 0x317DF0) is known color: Dodger Blue. HEX triplet: 31, 7D and F0. RGB value is (49,125,240). Sum of RGB (Red+Green+Blue) = 49+125+240=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #317DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317DF0 is #CE820F. Grayscale: #727272. Windows color (decimal): -13533712 or 15760689. OLE color: 15760689.

HSL color Cylindrical-coordinate representation of color #317DF0: hue angle of 216.13º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317DF0 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 125 240 -
CMYK 0.80 0.48 0 0.06
HSL 216.13º 0.86% 0.57% -
HSV(B) 216.13º 0.8% 0.94% -
XYZ 24.33 21.61 85.33 -
YUV 115.39 198.32 80.65 -
System Red Green Blue C M Y K H S L
Decimal 49 125 240 0.80 0.48 0 0.06 216.13 0.86 0.57
Hex 31 7D F0 50 30 0 6 D8 56 39
Octal 61 175 360 120 60 0 6 330 126 71
Binary 110001 1111101 11110000 1010000 110000 0 110 11011000 1010110 111001

Color Harmonies of #317DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317DF0

Black with #317DF0

Text Example


Text Example

White with #317DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #317DF0;
 }
 .AnyTagClassName
 {
   color: #317DF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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