Html Css Color HEX #317CFC Dodger Blue

📋 copy color: '#317CFC'

red 49 ◦ green 124 ◦ blue 252

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

Shades of Dodger Blue #317CFC

Tints of Dodger Blue #317CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 11.53%
G = 29.18%
B = 59.29%

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

#317CFC (or 0x317CFC) is known color: Dodger Blue. HEX triplet: 31, 7C and FC. RGB value is (49,124,252). Sum of RGB (Red+Green+Blue) = 49+124+252=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #317CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317CFC is #CE8303. Grayscale: #737373. Windows color (decimal): -13533956 or 16546865. OLE color: 16546865.

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

Color convert

RGB 49 124 252 -
CMYK 0.81 0.51 0 0.01
HSL 217.83º 0.97% 0.59% -
HSV(B) 217.83º 0.81% 0.99% -
XYZ 26.04 22.1 94.99 -
YUV 116.17 204.65 80.09 -
System Red Green Blue C M Y K H S L
Decimal 49 124 252 0.81 0.51 0 0.01 217.83 0.97 0.59
Hex 31 7C FC 51 33 0 1 DA 61 3B
Octal 61 174 374 121 63 0 1 332 141 73
Binary 110001 1111100 11111100 1010001 110011 0 1 11011010 1100001 111011

Color Harmonies of #317CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CFC

Black with #317CFC

Text Example


Text Example

White with #317CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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