#3B95FB

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

Shades of Dodger Blue #3B95FB

Tints of Dodger Blue #3B95FB

Color information

#3B95FB (or 0x3B95FB) is unknown color: approx Dodger Blue. HEX triplet: 3B, 95 and FB. RGB value is (59,149,251). Sum of RGB (Red+Green+Blue) = 59+149+251=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #3B95FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B95FB is #C46A04. Grayscale: #858585. Windows color (decimal): -12872197 or 16487739. OLE color: 16487739.

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

Color convert

RGB59149251-
CMYK0.760.4100.02
HSL211.88º96%60.78%-
HSV(B)211.88º76.49%98.43%-
XYZ29.9629.3995.36-
YUV133.72194.1874.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.85%
GREEN value IS 149 (58.59% from 255) = 32.46%
BLUE value IS 251 (98.44% from 255) = 54.68%
R=12.85%
G=32.46%
B=54.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal591492510.760.4100.02211.889660.78
Hex3B95FB4C2902d4603d
Octal73225373114510232414075
Binary11101110010101111110111001100101001010110101001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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