#3DA0FB

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

Shades of Dodger Blue #3DA0FB

Tints of Dodger Blue #3DA0FB

Color information

#3DA0FB (or 0x3DA0FB) is unknown color: approx Dodger Blue. HEX triplet: 3D, A0 and FB. RGB value is (61,160,251). Sum of RGB (Red+Green+Blue) = 61+160+251=472 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.92% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #3DA0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA0FB is #C25F04. Grayscale: #8C8C8C. Windows color (decimal): -12738309 or 16490557. OLE color: 16490557.

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

Color convert

RGB61160251-
CMYK0.760.3600.02
HSL208.74º95.96%61.18%-
HSV(B)208.74º75.7%98.43%-
XYZ31.9133.195.97-
YUV140.77190.271.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.92%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 251 (98.44% from 255) = 53.18%
R=12.92%
G=33.90%
B=53.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal611602510.760.3600.02208.7495.9661.18
Hex3DA0FB4C2402d1603d
Octal75240373114440232114075
Binary11110110100000111110111001100100100010110100011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,160,251); }

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

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

 a { background-color: rgb(61,160,251); }

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

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

 span { border-color: rgb(61,160,251); }

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