#3B84F4

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

Shades of Dodger Blue #3B84F4

Tints of Dodger Blue #3B84F4

Color information

#3B84F4 (or 0x3B84F4) is unknown color: approx Dodger Blue. HEX triplet: 3B, 84 and F4. RGB value is (59,132,244). Sum of RGB (Red+Green+Blue) = 59+132+244=435 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.56% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #3B84F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B84F4 is #C47B0B. Grayscale: #7A7A7A. Windows color (decimal): -12876556 or 16024635. OLE color: 16024635.

HSL color Cylindrical-coordinate representation of color #3B84F4: hue angle of 216.32º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B84F4 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB59132244-
CMYK0.760.4600.04
HSL216.32º89.37%59.41%-
HSV(B)216.32º75.82%95.69%-
XYZ26.3823.9688.82-
YUV122.94196.3282.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.56%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 244 (95.70% from 255) = 56.09%
R=13.56%
G=30.34%
B=56.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal591322440.760.4600.04216.3289.3759.41
Hex3B84F44C2E04d8593b
Octal73204364114560433013173
Binary111011100001001111010010011001011100100110110001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B84F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,132,244); }

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

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

 a { background-color: rgb(59,132,244); }

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

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

 span { border-color: rgb(59,132,244); }

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