#3384FF

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

Shades of Dodger Blue #3384FF

Tints of Dodger Blue #3384FF

Color information

#3384FF (or 0x3384FF) is unknown color: approx Dodger Blue. HEX triplet: 33, 84 and FF. RGB value is (51,132,255). Sum of RGB (Red+Green+Blue) = 51+132+255=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #3384FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3384FF is #CC7B00. Grayscale: #797979. Windows color (decimal): -13400833 or 16745523. OLE color: 16745523.

HSL color Cylindrical-coordinate representation of color #3384FF: hue angle of 216.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3384FF is Cyan = 0.8, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51132255-
CMYK0.80.4800
HSL216.18º100%60%-
HSV(B)216.18º80%100%-
XYZ27.6724.4397.86-
YUV121.8203.1677.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.64%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 255 (100% from 255) = 58.22%
R=11.64%
G=30.14%
B=58.22%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511322550.80.4800216.1810060
Hex3384FF503000d8643c
Octal63204377120600033014474
Binary1100111000010011111111101000011000000110110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3384FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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