#3D85FA

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

Shades of Dodger Blue #3D85FA

Tints of Dodger Blue #3D85FA

Color information

#3D85FA (or 0x3D85FA) is unknown color: approx Dodger Blue. HEX triplet: 3D, 85 and FA. RGB value is (61,133,250). Sum of RGB (Red+Green+Blue) = 61+133+250=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #3D85FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D85FA is #C27A05. Grayscale: #7C7C7C. Windows color (decimal): -12745222 or 16418109. OLE color: 16418109.

HSL color Cylindrical-coordinate representation of color #3D85FA: hue angle of 217.14º 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 #3D85FA is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB61133250-
CMYK0.760.4700.02
HSL217.14º94.97%60.98%-
HSV(B)217.14º75.6%98.04%-
XYZ27.5724.6793.75-
YUV124.81198.6582.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.74%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 250 (98.05% from 255) = 56.31%
R=13.74%
G=29.95%
B=56.31%

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
Decimal611332500.760.4700.02217.1494.9760.98
Hex3D85FA4C2F02d95f3d
Octal75205372114570233113775
Binary11110110000101111110101001100101111010110110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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