#3D8AF1

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

Shades of Dodger Blue #3D8AF1

Tints of Dodger Blue #3D8AF1

Color information

#3D8AF1 (or 0x3D8AF1) is unknown color: approx Dodger Blue. HEX triplet: 3D, 8A and F1. RGB value is (61,138,241). Sum of RGB (Red+Green+Blue) = 61+138+241=440 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.86% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #3D8AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D8AF1 is #C2750E. Grayscale: #7E7E7E. Windows color (decimal): -12743951 or 15829565. OLE color: 15829565.

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

Color convert

RGB61138241-
CMYK0.750.4300.05
HSL214.33º86.54%59.22%-
HSV(B)214.33º74.69%94.51%-
XYZ26.8925.5286.73-
YUV126.72192.4981.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.86%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 241 (94.53% from 255) = 54.77%
R=13.86%
G=31.36%
B=54.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal611382410.750.4300.05214.3386.5459.22
Hex3D8AF14B2B05d6573b
Octal75212361113530532612773
Binary111101100010101111000110010111010110101110101101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,138,241); }

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

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

 a { background-color: rgb(61,138,241); }

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

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

 span { border-color: rgb(61,138,241); }

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