#3380FF

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

Shades of Dodger Blue #3380FF

Tints of Dodger Blue #3380FF

Color information

#3380FF (or 0x3380FF) is unknown color: approx Dodger Blue. HEX triplet: 33, 80 and FF. RGB value is (51,128,255). Sum of RGB (Red+Green+Blue) = 51+128+255=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #3380FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3380FF is #CC7F00. Grayscale: #767676. Windows color (decimal): -13401857 or 16744499. OLE color: 16744499.

HSL color Cylindrical-coordinate representation of color #3380FF: hue angle of 217.35º 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 #3380FF is Cyan = 0.8, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51128255-
CMYK0.80.5000
HSL217.35º100%60%-
HSV(B)217.35º80%100%-
XYZ27.1323.3697.69-
YUV119.45204.4979.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.75%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 255 (100% from 255) = 58.76%
R=11.75%
G=29.49%
B=58.76%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511282550.80.5000217.3510060
Hex3380FF503200d9643c
Octal63200377120620033114474
Binary1100111000000011111111101000011001000110110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3380FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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