Html Css Color HEX #317CFD Dodger Blue

📋 copy color: '#317CFD'

red 49 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #317CFD

Tints of Dodger Blue #317CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

 BLUE value IS 253 (99.22% from 255) = 59.39%

R = 11.5%
G = 29.11%
B = 59.39%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#317CFD (or 0x317CFD) is known color: Dodger Blue. HEX triplet: 31, 7C and FD. RGB value is (49,124,253). Sum of RGB (Red+Green+Blue) = 49+124+253=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #317CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317CFD is #CE8302. Grayscale: #737373. Windows color (decimal): -13533955 or 16612401. OLE color: 16612401.

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

Color convert

RGB 49 124 253 -
CMYK 0.81 0.51 0 0.01
HSL 217.94º 0.98% 0.59% -
HSV(B) 217.94º 0.81% 0.99% -
XYZ 26.2 22.16 95.82 -
YUV 116.28 205.15 80.01 -
System Red Green Blue C M Y K H S L
Decimal 49 124 253 0.81 0.51 0 0.01 217.94 0.98 0.59
Hex 31 7C FD 51 33 0 1 DA 62 3B
Octal 61 174 375 121 63 0 1 332 142 73
Binary 110001 1111100 11111101 1010001 110011 0 1 11011010 1100010 111011

Color Harmonies of #317CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CFD

Black with #317CFD

Text Example


Text Example

White with #317CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,124,253); }

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

background-color css

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

 a { background-color: rgb(49,124,253); }

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

border-color css

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

 span { border-color: rgb(49,124,253); }

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