Html Css Color HEX #318DDF Dodger Blue

📋 copy color: '#318DDF'

red 49 ◦ green 141 ◦ blue 223

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

Shades of Dodger Blue #318DDF

Tints of Dodger Blue #318DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 223 (87.5% from 255) = 54%

R = 11.86%
G = 34.14%
B = 54%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#318DDF (or 0x318DDF) is known color: Dodger Blue. HEX triplet: 31, 8D and DF. RGB value is (49,141,223). Sum of RGB (Red+Green+Blue) = 49+141+223=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #318DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DDF is #CE7220. Grayscale: #7A7A7A. Windows color (decimal): -13529633 or 14650673. OLE color: 14650673.

HSL color Cylindrical-coordinate representation of color #318DDF: hue angle of 208.28º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #318DDF is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 141 223 -
CMYK 0.78 0.37 0 0.13
HSL 208.28º 0.73% 0.53% -
HSV(B) 208.28º 0.78% 0.87% -
XYZ 24.11 25.03 73.37 -
YUV 122.84 184.52 75.33 -
System Red Green Blue C M Y K H S L
Decimal 49 141 223 0.78 0.37 0 0.13 208.28 0.73 0.53
Hex 31 8D DF 4E 25 0 D D0 49 35
Octal 61 215 337 116 45 0 15 320 111 65
Binary 110001 10001101 11011111 1001110 100101 0 1101 11010000 1001001 110101

Color Harmonies of #318DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DDF

Black with #318DDF

Text Example


Text Example

White with #318DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318DDF; }

 p { color: rgb(49,141,223); }

 H1.HeaderClassName
 {
   color: #318DDF;
 }
 .AnyTagClassName
 {
   color: #318DDF;
 }
</style>

background-color css

<style>
 a { background-color: #318DDF; }

 a { background-color: rgb(49,141,223); }

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

border-color css

<style>
 span { border-color: #318DDF; }

 span { border-color: rgb(49,141,223); }

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