Html Css Color HEX #317DF2 Dodger Blue

📋 copy color: '#317DF2'

red 49 ◦ green 125 ◦ blue 242

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

Shades of Dodger Blue #317DF2

Tints of Dodger Blue #317DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.17%

R = 11.78%
G = 30.05%
B = 58.17%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#317DF2 (or 0x317DF2) is known color: Dodger Blue. HEX triplet: 31, 7D and F2. RGB value is (49,125,242). Sum of RGB (Red+Green+Blue) = 49+125+242=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #317DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317DF2 is #CE820D. Grayscale: #737373. Windows color (decimal): -13533710 or 15891761. OLE color: 15891761.

HSL color Cylindrical-coordinate representation of color #317DF2: hue angle of 216.37º degrees, saturation: 0.88, 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 #317DF2 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 125 242 -
CMYK 0.80 0.48 0 0.05
HSL 216.37º 0.88% 0.57% -
HSV(B) 216.37º 0.8% 0.95% -
XYZ 24.63 21.73 86.9 -
YUV 115.61 199.32 80.49 -
System Red Green Blue C M Y K H S L
Decimal 49 125 242 0.80 0.48 0 0.05 216.37 0.88 0.57
Hex 31 7D F2 50 30 0 5 D8 58 39
Octal 61 175 362 120 60 0 5 330 130 71
Binary 110001 1111101 11110010 1010000 110000 0 101 11011000 1011000 111001

Color Harmonies of #317DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317DF2

Black with #317DF2

Text Example


Text Example

White with #317DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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