#318DDE

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

Shades of Dodger Blue #318DDE

Tints of Dodger Blue #318DDE

Color information

#318DDE (or 0x318DDE) is unknown color: approx Dodger Blue. HEX triplet: 31, 8D and DE. RGB value is (49,141,222). Sum of RGB (Red+Green+Blue) = 49+141+222=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #318DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DDE is #CE7221. Grayscale: #7A7A7A. Windows color (decimal): -13529634 or 14585137. OLE color: 14585137.

HSL color Cylindrical-coordinate representation of color #318DDE: hue angle of 208.09º degrees, saturation: 0.72, 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 #318DDE is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB49141222-
CMYK0.780.3600.13
HSL208.09º72.38%53.14%-
HSV(B)208.09º77.93%87.06%-
XYZ23.9824.9872.66-
YUV122.73184.0275.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.89%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 222 (87.11% from 255) = 53.88%
R=11.89%
G=34.22%
B=53.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal491412220.780.3600.13208.0972.3853.14
Hex318DDE4E240Dd04835
Octal612153361164401532011065
Binary1100011000110111011110100111010010001101110100001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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