Html Css Color HEX #317CFB Dodger Blue

📋 copy color: '#317CFB'

red 49 ◦ green 124 ◦ blue 251

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

Shades of Dodger Blue #317CFB

Tints of Dodger Blue #317CFB

RGB

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

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

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

R = 11.56%
G = 29.25%
B = 59.2%

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

#317CFB (or 0x317CFB) is known color: Dodger Blue. HEX triplet: 31, 7C and FB. RGB value is (49,124,251). Sum of RGB (Red+Green+Blue) = 49+124+251=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #317CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317CFB is #CE8304. Grayscale: #737373. Windows color (decimal): -13533957 or 16481329. OLE color: 16481329.

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

Color convert

RGB 49 124 251 -
CMYK 0.80 0.51 0 0.02
HSL 217.72º 0.96% 0.59% -
HSV(B) 217.72º 0.8% 0.98% -
XYZ 25.89 22.03 94.16 -
YUV 116.05 204.15 80.17 -
System Red Green Blue C M Y K H S L
Decimal 49 124 251 0.80 0.51 0 0.02 217.72 0.96 0.59
Hex 31 7C FB 50 33 0 2 DA 60 3B
Octal 61 174 373 120 63 0 2 332 140 73
Binary 110001 1111100 11111011 1010000 110011 0 10 11011010 1100000 111011

Color Harmonies of #317CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CFB

Black with #317CFB

Text Example


Text Example

White with #317CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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