#3383FF

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

Shades of Dodger Blue #3383FF

Tints of Dodger Blue #3383FF

Color information

#3383FF (or 0x3383FF) is unknown color: approx Dodger Blue. HEX triplet: 33, 83 and FF. RGB value is (51,131,255). Sum of RGB (Red+Green+Blue) = 51+131+255=437 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.67% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #3383FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3383FF is #CC7C00. Grayscale: #787878. Windows color (decimal): -13401089 or 16745267. OLE color: 16745267.

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

Color convert

RGB51131255-
CMYK0.80.4900
HSL216.47º100%60%-
HSV(B)216.47º80%100%-
XYZ27.5324.1697.82-
YUV121.22203.577.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.67%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 255 (100% from 255) = 58.35%
R=11.67%
G=29.98%
B=58.35%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511312550.80.4900216.4710060
Hex3383FF503100d8643c
Octal63203377120610033014474
Binary1100111000001111111111101000011000100110110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3383FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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