#3484F2

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

Shades of Dodger Blue #3484F2

Tints of Dodger Blue #3484F2

Color information

#3484F2 (or 0x3484F2) is unknown color: approx Dodger Blue. HEX triplet: 34, 84 and F2. RGB value is (52,132,242). Sum of RGB (Red+Green+Blue) = 52+132+242=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #3484F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3484F2 is #CB7B0D. Grayscale: #787878. Windows color (decimal): -13335310 or 15893556. OLE color: 15893556.

HSL color Cylindrical-coordinate representation of color #3484F2: hue angle of 214.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3484F2 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB52132242-
CMYK0.790.4500.05
HSL214.74º87.96%57.65%-
HSV(B)214.74º78.51%94.9%-
XYZ25.6923.6487.21-
YUV120.62196.579.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.21%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 242 (94.92% from 255) = 56.81%
R=12.21%
G=30.99%
B=56.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal521322420.790.4500.05214.7487.9657.65
Hex3484F24F2D05d7583a
Octal64204362117550532713072
Binary110100100001001111001010011111011010101110101111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3484F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3484F2; }

 p { color: rgb(52,132,242); }

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

<style>
 a { background-color: #3484F2; }

 a { background-color: rgb(52,132,242); }

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

<style>
 span { border-color: #3484F2; }

 span { border-color: rgb(52,132,242); }

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