Html Css Color HEX #317BFB Dodger Blue

📋 copy color: '#317BFB'

red 49 ◦ green 123 ◦ blue 251

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

Shades of Dodger Blue #317BFB

Tints of Dodger Blue #317BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.34%

R = 11.58%
G = 29.08%
B = 59.34%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#317BFB (or 0x317BFB) is known color: Dodger Blue. HEX triplet: 31, 7B and FB. RGB value is (49,123,251). Sum of RGB (Red+Green+Blue) = 49+123+251=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #317BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317BFB is #CE8404. Grayscale: #727272. Windows color (decimal): -13534213 or 16481073. OLE color: 16481073.

HSL color Cylindrical-coordinate representation of color #317BFB: hue angle of 218.02º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317BFB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 123 251 -
CMYK 0.80 0.51 0 0.02
HSL 218.02º 0.96% 0.59% -
HSV(B) 218.02º 0.8% 0.98% -
XYZ 25.76 21.78 94.11 -
YUV 115.47 204.48 80.59 -
System Red Green Blue C M Y K H S L
Decimal 49 123 251 0.80 0.51 0 0.02 218.02 0.96 0.59
Hex 31 7B FB 50 33 0 2 DA 60 3B
Octal 61 173 373 120 63 0 2 332 140 73
Binary 110001 1111011 11111011 1010000 110011 0 10 11011010 1100000 111011

Color Harmonies of #317BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BFB

Black with #317BFB

Text Example


Text Example

White with #317BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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