Html Css Color HEX #317FED Dodger Blue

📋 copy color: '#317FED'

red 49 ◦ green 127 ◦ blue 237

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

Shades of Dodger Blue #317FED

Tints of Dodger Blue #317FED

RGB

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

 GREEN value IS 127 (50% from 255) = 30.75%

 BLUE value IS 237 (92.97% from 255) = 57.38%

R = 11.86%
G = 30.75%
B = 57.38%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#317FED (or 0x317FED) is known color: Dodger Blue. HEX triplet: 31, 7F and ED. RGB value is (49,127,237). Sum of RGB (Red+Green+Blue) = 49+127+237=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #317FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317FED is #CE8012. Grayscale: #737373. Windows color (decimal): -13533203 or 15564593. OLE color: 15564593.

HSL color Cylindrical-coordinate representation of color #317FED: hue angle of 215.11º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #317FED is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 127 237 -
CMYK 0.79 0.46 0 0.07
HSL 215.11º 0.84% 0.56% -
HSV(B) 215.11º 0.79% 0.93% -
XYZ 24.14 21.95 83.08 -
YUV 116.22 196.16 80.06 -
System Red Green Blue C M Y K H S L
Decimal 49 127 237 0.79 0.46 0 0.07 215.11 0.84 0.56
Hex 31 7F ED 4F 2E 0 7 D7 54 38
Octal 61 177 355 117 56 0 7 327 124 70
Binary 110001 1111111 11101101 1001111 101110 0 111 11010111 1010100 111000

Color Harmonies of #317FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317FED

Black with #317FED

Text Example


Text Example

White with #317FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,127,237); }

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

background-color css

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

 a { background-color: rgb(49,127,237); }

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

border-color css

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

 span { border-color: rgb(49,127,237); }

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