#3385FF

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

Shades of Dodger Blue #3385FF

Tints of Dodger Blue #3385FF

Color information

#3385FF (or 0x3385FF) is unknown color: approx Dodger Blue. HEX triplet: 33, 85 and FF. RGB value is (51,133,255). Sum of RGB (Red+Green+Blue) = 51+133+255=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #3385FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3385FF is #CC7A00. Grayscale: #797979. Windows color (decimal): -13400577 or 16745779. OLE color: 16745779.

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

Color convert

RGB51133255-
CMYK0.80.4800
HSL215.88º100%60%-
HSV(B)215.88º80%100%-
XYZ27.824.797.91-
YUV122.39202.8377.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.62%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 255 (100% from 255) = 58.09%
R=11.62%
G=30.30%
B=58.09%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511332550.80.4800215.8810060
Hex3385FF503000d8643c
Octal63205377120600033014474
Binary1100111000010111111111101000011000000110110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3385FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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