#3D90ED

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

Shades of Dodger Blue #3D90ED

Tints of Dodger Blue #3D90ED

Color information

#3D90ED (or 0x3D90ED) is unknown color: approx Dodger Blue. HEX triplet: 3D, 90 and ED. RGB value is (61,144,237). Sum of RGB (Red+Green+Blue) = 61+144+237=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D90ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D90ED is #C26F12. Grayscale: #818181. Windows color (decimal): -12742419 or 15568957. OLE color: 15568957.

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

Color convert

RGB61144237-
CMYK0.740.3900.07
HSL211.7º83.02%58.43%-
HSV(B)211.7º74.26%92.94%-
XYZ27.1827.0583.91-
YUV129.78188.578.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.80%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 237 (92.97% from 255) = 53.62%
R=13.80%
G=32.58%
B=53.62%

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
Decimal611442370.740.3900.07211.783.0258.43
Hex3D90ED4A2707d4533a
Octal75220355112470732412372
Binary111101100100001110110110010101001110111110101001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D90ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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