#3D8CED

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

Shades of Dodger Blue #3D8CED

Tints of Dodger Blue #3D8CED

Color information

#3D8CED (or 0x3D8CED) is unknown color: approx Dodger Blue. HEX triplet: 3D, 8C and ED. RGB value is (61,140,237). Sum of RGB (Red+Green+Blue) = 61+140+237=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D8CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D8CED is #C27312. Grayscale: #7E7E7E. Windows color (decimal): -12743443 or 15567933. OLE color: 15567933.

HSL color Cylindrical-coordinate representation of color #3D8CED: hue angle of 213.07º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D8CED is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB61140237-
CMYK0.740.4100.07
HSL213.07º83.02%58.43%-
HSV(B)213.07º74.26%92.94%-
XYZ26.5925.8683.71-
YUV127.44189.8380.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.93%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 237 (92.97% from 255) = 54.11%
R=13.93%
G=31.96%
B=54.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal611402370.740.4100.07213.0783.0258.43
Hex3D8CED4A2907d5533a
Octal75214355112510732512372
Binary111101100011001110110110010101010010111110101011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D8CED; }

 p { color: rgb(61,140,237); }

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

<style>
 a { background-color: #3D8CED; }

 a { background-color: rgb(61,140,237); }

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

<style>
 span { border-color: #3D8CED; }

 span { border-color: rgb(61,140,237); }

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