Html Css Color HEX #317DFF Dodger Blue

📋 copy color: '#317DFF'

red 49 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #317DFF

Tints of Dodger Blue #317DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.44%

R = 11.42%
G = 29.14%
B = 59.44%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#317DFF (or 0x317DFF) is known color: Dodger Blue. HEX triplet: 31, 7D and FF. RGB value is (49,125,255). Sum of RGB (Red+Green+Blue) = 49+125+255=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #317DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317DFF is #CE8200. Grayscale: #747474. Windows color (decimal): -13533697 or 16743729. OLE color: 16743729.

HSL color Cylindrical-coordinate representation of color #317DFF: hue angle of 217.86º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #317DFF is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 125 255 -
CMYK 0.81 0.51 0 0
HSL 217.86º 1% 0.6% -
HSV(B) 217.86º 0.81% 1% -
XYZ 26.65 22.54 97.55 -
YUV 117.1 205.82 79.43 -
System Red Green Blue C M Y K H S L
Decimal 49 125 255 0.81 0.51 0 0 217.86 1 0.6
Hex 31 7D FF 51 33 0 0 DA 64 3C
Octal 61 175 377 121 63 0 0 332 144 74
Binary 110001 1111101 11111111 1010001 110011 0 0 11011010 1100100 111100

Color Harmonies of #317DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317DFF

Black with #317DFF

Text Example


Text Example

White with #317DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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