Html Css Color HEX #317BFF Dodger Blue

📋 copy color: '#317BFF'

red 49 ◦ green 123 ◦ blue 255

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

Shades of Dodger Blue #317BFF

Tints of Dodger Blue #317BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.81%

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

R = 11.48%
G = 28.81%
B = 59.72%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#317BFF (or 0x317BFF) is known color: Dodger Blue. HEX triplet: 31, 7B and FF. RGB value is (49,123,255). Sum of RGB (Red+Green+Blue) = 49+123+255=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #317BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317BFF is #CE8400. Grayscale: #737373. Windows color (decimal): -13534209 or 16743217. OLE color: 16743217.

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

Color convert

RGB 49 123 255 -
CMYK 0.81 0.52 0 0
HSL 218.45º 1% 0.6% -
HSV(B) 218.45º 0.81% 1% -
XYZ 26.4 22.04 97.47 -
YUV 115.92 206.48 80.27 -
System Red Green Blue C M Y K H S L
Decimal 49 123 255 0.81 0.52 0 0 218.45 1 0.6
Hex 31 7B FF 51 34 0 0 DA 64 3C
Octal 61 173 377 121 64 0 0 332 144 74
Binary 110001 1111011 11111111 1010001 110100 0 0 11011010 1100100 111100

Color Harmonies of #317BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BFF

Black with #317BFF

Text Example


Text Example

White with #317BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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