#3D90EC

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

Shades of Dodger Blue #3D90EC

Tints of Dodger Blue #3D90EC

Color information

#3D90EC (or 0x3D90EC) is unknown color: approx Dodger Blue. HEX triplet: 3D, 90 and EC. RGB value is (61,144,236). Sum of RGB (Red+Green+Blue) = 61+144+236=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #3D90EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D90EC is #C26F13. Grayscale: #818181. Windows color (decimal): -12742420 or 15503421. OLE color: 15503421.

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

Color convert

RGB61144236-
CMYK0.740.3900.07
HSL211.54º82.16%58.24%-
HSV(B)211.54º74.15%92.55%-
XYZ27.0426.9983.14-
YUV129.6718879.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.83%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 236 (92.58% from 255) = 53.51%
R=13.83%
G=32.65%
B=53.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal611442360.740.3900.07211.5482.1658.24
Hex3D90EC4A2707d4523a
Octal75220354112470732412272
Binary111101100100001110110010010101001110111110101001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D90EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,144,236); }

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

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

 a { background-color: rgb(61,144,236); }

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

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

 span { border-color: rgb(61,144,236); }

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