#3D8EED

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

Shades of Dodger Blue #3D8EED

Tints of Dodger Blue #3D8EED

Color information

#3D8EED (or 0x3D8EED) is unknown color: approx Dodger Blue. HEX triplet: 3D, 8E and ED. RGB value is (61,142,237). Sum of RGB (Red+Green+Blue) = 61+142+237=440 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.86% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D8EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D8EED is #C27112. Grayscale: #808080. Windows color (decimal): -12742931 or 15568445. OLE color: 15568445.

HSL color Cylindrical-coordinate representation of color #3D8EED: hue angle of 212.39º 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 #3D8EED is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB61142237-
CMYK0.740.4000.07
HSL212.39º83.02%58.43%-
HSV(B)212.39º74.26%92.94%-
XYZ26.8826.4583.81-
YUV128.61189.1679.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.86%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 237 (92.97% from 255) = 53.86%
R=13.86%
G=32.27%
B=53.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal611422370.740.4000.07212.3983.0258.43
Hex3D8EED4A2807d4533a
Octal75216355112500732412372
Binary111101100011101110110110010101010000111110101001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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