#318BE1

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

Shades of Dodger Blue #318BE1

Tints of Dodger Blue #318BE1

Color information

#318BE1 (or 0x318BE1) is unknown color: approx Dodger Blue. HEX triplet: 31, 8B and E1. RGB value is (49,139,225). Sum of RGB (Red+Green+Blue) = 49+139+225=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #318BE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318BE1 is #CE741E. Grayscale: #797979. Windows color (decimal): -13530143 or 14781233. OLE color: 14781233.

HSL color Cylindrical-coordinate representation of color #318BE1: hue angle of 209.32º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #318BE1 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB49139225-
CMYK0.780.3800.12
HSL209.32º74.58%53.73%-
HSV(B)209.32º78.22%88.24%-
XYZ24.0924.5574.7-
YUV121.89186.1876.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.86%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 225 (88.28% from 255) = 54.48%
R=11.86%
G=33.66%
B=54.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal491392250.780.3800.12209.3274.5853.73
Hex318BE14E260Cd14b36
Octal612133411164601432111366
Binary1100011000101111100001100111010011001100110100011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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