#3D89F0

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

Shades of Dodger Blue #3D89F0

Tints of Dodger Blue #3D89F0

Color information

#3D89F0 (or 0x3D89F0) is unknown color: approx Dodger Blue. HEX triplet: 3D, 89 and F0. RGB value is (61,137,240). Sum of RGB (Red+Green+Blue) = 61+137+240=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #3D89F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D89F0 is #C2760F. Grayscale: #7D7D7D. Windows color (decimal): -12744208 or 15763773. OLE color: 15763773.

HSL color Cylindrical-coordinate representation of color #3D89F0: hue angle of 214.53º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D89F0 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB61137240-
CMYK0.750.4300.06
HSL214.53º85.65%59.02%-
HSV(B)214.53º74.58%94.12%-
XYZ26.625.1785.9-
YUV126.02192.3281.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.93%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 240 (94.14% from 255) = 54.79%
R=13.93%
G=31.28%
B=54.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal611372400.750.4300.06214.5385.6559.02
Hex3D89F04B2B06d7563b
Octal75211360113530632712673
Binary111101100010011111000010010111010110110110101111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D89F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,137,240); }

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

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

 a { background-color: rgb(61,137,240); }

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

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

 span { border-color: rgb(61,137,240); }

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