#3384FC

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

Shades of Dodger Blue #3384FC

Tints of Dodger Blue #3384FC

Color information

#3384FC (or 0x3384FC) is unknown color: approx Dodger Blue. HEX triplet: 33, 84 and FC. RGB value is (51,132,252). Sum of RGB (Red+Green+Blue) = 51+132+252=435 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.72% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #3384FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3384FC is #CC7B03. Grayscale: #787878. Windows color (decimal): -13400836 or 16548915. OLE color: 16548915.

HSL color Cylindrical-coordinate representation of color #3384FC: hue angle of 215.82º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3384FC is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB51132252-
CMYK0.800.4800.01
HSL215.82º97.1%59.41%-
HSV(B)215.82º79.76%98.82%-
XYZ27.1924.2395.34-
YUV121.46201.6677.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.72%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 252 (98.83% from 255) = 57.93%
R=11.72%
G=30.34%
B=57.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal511322520.800.4800.01215.8297.159.41
Hex3384FC503001d8613b
Octal63204374120600133014173
Binary1100111000010011111100101000011000001110110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3384FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3384FC; }

 p { color: rgb(51,132,252); }

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

<style>
 a { background-color: #3384FC; }

 a { background-color: rgb(51,132,252); }

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

<style>
 span { border-color: #3384FC; }

 span { border-color: rgb(51,132,252); }

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