#318BF5

Color #318BF5 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #318BF5

Tints of Dodger Blue #318BF5

Color information

#318BF5 (or 0x318BF5) is unknown color: approx Dodger Blue. HEX triplet: 31, 8B and F5. RGB value is (49,139,245). Sum of RGB (Red+Green+Blue) = 49+139+245=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 245 (96.09% from 255 or 56.58% from 433); Max value from RGB is 245 - color contains mainly: blue. Hex color #318BF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318BF5 is #CE740A. Grayscale: #7B7B7B. Windows color (decimal): -13530123 or 16091953. OLE color: 16091953.

HSL color Cylindrical-coordinate representation of color #318BF5: hue angle of 212.45º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #318BF5 is Cyan = 0.8, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB49139245-
CMYK0.80.4300.04
HSL212.45º90.74%57.65%-
HSV(B)212.45º80%96.08%-
XYZ26.9825.7189.93-
YUV124.17196.1874.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.32%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 245 (96.09% from 255) = 56.58%
R=11.32%
G=32.10%
B=56.58%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal491392450.80.4300.04212.4590.7457.65
Hex318BF5502B04d45b3a
Octal61213365120530432413372
Binary110001100010111111010110100001010110100110101001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,139,245); }

 H1.HeaderClassName
 {
   color: #318BF5;
 }
 .AnyTagClassName
 {
   color: #318BF5;
 }
</style>
background-color css

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

 a { background-color: rgb(49,139,245); }

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

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

 span { border-color: rgb(49,139,245); }

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