#3D84FA

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

Shades of Dodger Blue #3D84FA

Tints of Dodger Blue #3D84FA

Color information

#3D84FA (or 0x3D84FA) is unknown color: approx Dodger Blue. HEX triplet: 3D, 84 and FA. RGB value is (61,132,250). Sum of RGB (Red+Green+Blue) = 61+132+250=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #3D84FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D84FA is #C27B05. Grayscale: #7B7B7B. Windows color (decimal): -12745478 or 16417853. OLE color: 16417853.

HSL color Cylindrical-coordinate representation of color #3D84FA: hue angle of 217.46º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D84FA is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB61132250-
CMYK0.760.4700.02
HSL217.46º94.97%60.98%-
HSV(B)217.46º75.6%98.04%-
XYZ27.4324.493.71-
YUV124.22198.9882.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.77%
GREEN value IS 132 (51.95% from 255) = 29.80%
BLUE value IS 250 (98.05% from 255) = 56.43%
R=13.77%
G=29.80%
B=56.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal611322500.760.4700.02217.4694.9760.98
Hex3D84FA4C2F02d95f3d
Octal75204372114570233113775
Binary11110110000100111110101001100101111010110110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,132,250); }

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

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

 a { background-color: rgb(61,132,250); }

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

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

 span { border-color: rgb(61,132,250); }

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