Html Css Color HEX #317CFF Dodger Blue

📋 copy color: '#317CFF'

red 49 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #317CFF

Tints of Dodger Blue #317CFF

RGB

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

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

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

R = 11.45%
G = 28.97%
B = 59.58%

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

#317CFF (or 0x317CFF) is known color: Dodger Blue. HEX triplet: 31, 7C and FF. RGB value is (49,124,255). Sum of RGB (Red+Green+Blue) = 49+124+255=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #317CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317CFF is #CE8300. Grayscale: #737373. Windows color (decimal): -13533953 or 16743473. OLE color: 16743473.

HSL color Cylindrical-coordinate representation of color #317CFF: hue angle of 218.16º 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 #317CFF is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 124 255 -
CMYK 0.81 0.51 0 0
HSL 218.16º 1% 0.6% -
HSV(B) 218.16º 0.81% 1% -
XYZ 26.52 22.29 97.51 -
YUV 116.51 206.15 79.85 -
System Red Green Blue C M Y K H S L
Decimal 49 124 255 0.81 0.51 0 0 218.16 1 0.6
Hex 31 7C FF 51 33 0 0 DA 64 3C
Octal 61 174 377 121 63 0 0 332 144 74
Binary 110001 1111100 11111111 1010001 110011 0 0 11011010 1100100 111100

Color Harmonies of #317CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CFF

Black with #317CFF

Text Example


Text Example

White with #317CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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