#3BA1FB

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

Shades of Dodger Blue #3BA1FB

Tints of Dodger Blue #3BA1FB

Color information

#3BA1FB (or 0x3BA1FB) is unknown color: approx Dodger Blue. HEX triplet: 3B, A1 and FB. RGB value is (59,161,251). Sum of RGB (Red+Green+Blue) = 59+161+251=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #3BA1FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA1FB is #C45E04. Grayscale: #8C8C8C. Windows color (decimal): -12869125 or 16490811. OLE color: 16490811.

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

Color convert

RGB59161251-
CMYK0.760.3600.02
HSL208.12º96%60.78%-
HSV(B)208.12º76.49%98.43%-
XYZ31.9633.3896.03-
YUV140.76190.2169.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.53%
GREEN value IS 161 (63.28% from 255) = 34.18%
BLUE value IS 251 (98.44% from 255) = 53.29%
R=12.53%
G=34.18%
B=53.29%

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
Decimal591612510.760.3600.02208.129660.78
Hex3BA1FB4C2402d0603d
Octal73241373114440232014075
Binary11101110100001111110111001100100100010110100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,161,251); }

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

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

 a { background-color: rgb(59,161,251); }

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

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

 span { border-color: rgb(59,161,251); }

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